mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Exclude compiler package
This commit is contained in:
parent
5758338f8c
commit
8ca7cd73de
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
|
@ -78,7 +78,7 @@ setup(
|
||||||
"Documentation": "https://docs.pyrogram.ml",
|
"Documentation": "https://docs.pyrogram.ml",
|
||||||
},
|
},
|
||||||
python_requires="~=3.3",
|
python_requires="~=3.3",
|
||||||
packages=find_packages(),
|
packages=find_packages(exclude=["compiler*"]),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"pyaes",
|
"pyaes",
|
||||||
|
|
@ -88,6 +88,5 @@ setup(
|
||||||
"tgcrypto": [
|
"tgcrypto": [
|
||||||
"tgcrypto"
|
"tgcrypto"
|
||||||
]
|
]
|
||||||
},
|
}
|
||||||
include_package_data=True,
|
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue