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 4b89d19 commit a1f9e0eCopy full SHA for a1f9e0e
setup.py
@@ -25,7 +25,7 @@ def run(self):
25
description=about['__description__'],
26
packages=setuptools.find_packages(exclude=('tests*',)),
27
package_data={
28
- about['__title__']: ['*.json'], # Adjust the path as needed
+ about['__title__']: ['*.json'],
29
},
30
classifiers=[
31
"Programming Language :: Python :: 3",
0 commit comments