removed setup.py and requirements.txt as poetry will be where this information will live

This commit is contained in:
Blake Harnden 2020-07-14 12:33:13 -07:00
parent 7b3f934e95
commit 8c50d08121
5 changed files with 3 additions and 85 deletions

View file

@ -24,8 +24,7 @@ distclean-local:
DISTCLEANFILES = Makefile.in
# files to include with distribution tarball
EXTRA_DIST = setup.py \
core \
EXTRA_DIST = core \
data \
doc/conf.py.in \
examples \
@ -34,5 +33,4 @@ EXTRA_DIST = setup.py \
setup.cfg \
MANIFEST.in \
poetry.lock \
pyproject.toml \
requirements.txt
pyproject.toml