removed setup.py and requirements.txt as poetry will be where this information will live
This commit is contained in:
parent
7b3f934e95
commit
8c50d08121
5 changed files with 3 additions and 85 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue