Skip to content

Commit

Permalink
fix pip installation from folder and github
Browse files Browse the repository at this point in the history
  • Loading branch information
gacou54 committed Feb 21, 2024
1 parent e88c8e8 commit 08bc46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/qurit/rtutils",
package_dir={'':"rt_utils"},
package_dir={'rt_utils': "rt_utils"},
packages=setuptools.find_packages("rt_utils", exclude="tests"),
keywords=["RTStruct", "Dicom", "Pydicom"],
classifiers=[
Expand Down

0 comments on commit 08bc46e

Please sign in to comment.