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 416ad9d commit 1583f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
author='Deepak Yadav',
author_email='dky.united@gmail.com',
license='MIT',
packages=find_packages(), # Include all packages in the new version
packages=find_packages('robustbase'), # Include all packages in the new version
include_package_data=True,
package_dir={'robustbase': 'robustbase'},
package_dir={'': 'robustbase'},
project_urls={
'Source': 'https://github.com/deepak7376/robustbase',
'Tracker': 'https://github.com/deepak7376/robustbase/issues',
Expand Down

0 comments on commit 1583f0d

Please sign in to comment.