Skip to content

Commit 9640050

Browse files
Update setup.py (#6)
1 parent f6b9941 commit 9640050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py renamed to sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
long_description_content_type="text/markdown",
1515
url="https://github.com/diffgram/python-sdk",
1616
packages=setuptools.find_packages(
17-
exclude=["test", "samples", "ops_scripts"]),
17+
exclude=["test", "samples", "ops_scripts", "__pycache__"]),
1818
classifiers=[
1919
"Programming Language :: Python :: 3",
2020
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)