Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak7376 committed Apr 17, 2024
1 parent 1583f0d commit 7eaf4d2
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 @@ -51,7 +51,7 @@
license='MIT',
packages=find_packages('robustbase'), # Include all packages in the new version
include_package_data=True,
package_dir={'': 'robustbase'},
package_dir={'robustbase': 'robustbase'},
project_urls={
'Source': 'https://github.com/deepak7376/robustbase',
'Tracker': 'https://github.com/deepak7376/robustbase/issues',
Expand Down

0 comments on commit 7eaf4d2

Please sign in to comment.