mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Exclude the tests folder from binary distributions
Also remove some unneeded package data
This commit is contained in:
parent
865f4274c3
commit
df1a792cee
1 changed files with 1 additions and 5 deletions
6
setup.py
6
setup.py
|
|
@ -171,11 +171,7 @@ setup(
|
||||||
"Documentation": "https://docs.pyrogram.org",
|
"Documentation": "https://docs.pyrogram.org",
|
||||||
},
|
},
|
||||||
python_requires="~=3.6",
|
python_requires="~=3.6",
|
||||||
packages=find_packages(exclude=["compiler*"]),
|
packages=find_packages(exclude=["compiler*", "tests*"]),
|
||||||
package_data={
|
|
||||||
"pyrogram": ["mime.types"],
|
|
||||||
"pyrogram.storage": ["schema.sql"]
|
|
||||||
},
|
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=requires,
|
install_requires=requires,
|
||||||
cmdclass={
|
cmdclass={
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue