Do not ship test suite with actual project
This commit is contained in:
parent
88faa9e953
commit
c713cc25d7
2
setup.py
2
setup.py
@ -12,7 +12,7 @@ setuptools.setup(
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/plain",
|
||||
url="",
|
||||
packages=setuptools.find_packages(),
|
||||
packages=PACKAGES,
|
||||
scripts=["bin/backup"],
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
|
Loading…
x
Reference in New Issue
Block a user