Skip to content

Commit a1f9e0e

Browse files
committed
remove comment
1 parent 4b89d19 commit a1f9e0e

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
@@ -25,7 +25,7 @@ def run(self):
2525
description=about['__description__'],
2626
packages=setuptools.find_packages(exclude=('tests*',)),
2727
package_data={
28-
about['__title__']: ['*.json'], # Adjust the path as needed
28+
about['__title__']: ['*.json'],
2929
},
3030
classifiers=[
3131
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)