Skip to content

Commit

Permalink
fixed setup package_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
preduus committed Feb 13, 2024
1 parent f3d81f1 commit 445f747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
url='https://github.com/preduus/pycasestyle',
py_modules=['pycasestyle'],
packages=['pycasestyle'],
package_dir={'pycasestyle': 'pycasestyle'},
license='Apache License 2.0',
zip_safe=False,
test_suite="tests",
Expand Down

0 comments on commit 445f747

Please sign in to comment.