We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b9941 commit 9640050Copy full SHA for 9640050
setup.py renamed to sdk/setup.py
@@ -14,7 +14,7 @@
14
long_description_content_type="text/markdown",
15
url="https://github.com/diffgram/python-sdk",
16
packages=setuptools.find_packages(
17
- exclude=["test", "samples", "ops_scripts"]),
+ exclude=["test", "samples", "ops_scripts", "__pycache__"]),
18
classifiers=[
19
"Programming Language :: Python :: 3",
20
"License :: OSI Approved :: MIT License",
0 commit comments