Skip to content

Commit df1a792

Browse files
committed
Exclude the tests folder from binary distributions
Also remove some unneeded package data
1 parent 865f427 commit df1a792

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,7 @@ def run(self):
171171
"Documentation": "https://docs.pyrogram.org",
172172
},
173173
python_requires="~=3.6",
174-
packages=find_packages(exclude=["compiler*"]),
175-
package_data={
176-
"pyrogram": ["mime.types"],
177-
"pyrogram.storage": ["schema.sql"]
178-
},
174+
packages=find_packages(exclude=["compiler*", "tests*"]),
179175
zip_safe=False,
180176
install_requires=requires,
181177
cmdclass={

0 commit comments

Comments
 (0)