Skip to content

Commit c152950

Browse files
Merge pull request #30 from rickwierenga/patch-1
exclude tests package from setup.py
2 parents 9b7432c + e1ec5ab commit c152950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
description="The App Store Server Library",
1414
long_description=long_description,
1515
long_description_content_type="text/markdown",
16-
packages=find_packages(),
16+
packages=find_packages(exclude=["tests"]),
1717
python_requires=">=3.7, <4",
1818
install_requires=["attrs >= 21.3.0", 'PyJWT >= 2.6.0, < 3', 'requests >= 2.28.0, < 3', 'cryptography >= 40.0.0, < 42', 'pyOpenSSL >= 23.1.1, < 24', 'asn1==2.7.0', 'cattrs==23.1.2'],
1919
package_data={"appstoreserverlibrary": ["py.typed"]},

0 commit comments

Comments
 (0)