mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Exclude compiler package
This commit is contained in:
5
setup.py
5
setup.py
@@ -78,7 +78,7 @@ setup(
|
||||
"Documentation": "https://docs.pyrogram.ml",
|
||||
},
|
||||
python_requires="~=3.3",
|
||||
packages=find_packages(),
|
||||
packages=find_packages(exclude=["compiler*"]),
|
||||
zip_safe=False,
|
||||
install_requires=[
|
||||
"pyaes",
|
||||
@@ -88,6 +88,5 @@ setup(
|
||||
"tgcrypto": [
|
||||
"tgcrypto"
|
||||
]
|
||||
},
|
||||
include_package_data=True,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user