Exclude the tests folder from binary distributions
Also remove some unneeded package data
This commit is contained in:
parent
865f4274c3
commit
df1a792cee
6
setup.py
6
setup.py
@ -171,11 +171,7 @@ setup(
|
||||
"Documentation": "https://docs.pyrogram.org",
|
||||
},
|
||||
python_requires="~=3.6",
|
||||
packages=find_packages(exclude=["compiler*"]),
|
||||
package_data={
|
||||
"pyrogram": ["mime.types"],
|
||||
"pyrogram.storage": ["schema.sql"]
|
||||
},
|
||||
packages=find_packages(exclude=["compiler*", "tests*"]),
|
||||
zip_safe=False,
|
||||
install_requires=requires,
|
||||
cmdclass={
|
||||
|
Loading…
Reference in New Issue
Block a user