diff --git a/setup.py b/setup.py index 6f7ace7..bf38746 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ keywords='prediction aclimate', entry_points={ 'console_scripts': [ - 'aclimate_cpt=aclimate_prediction.aclimate_run_cpt:main', + 'aclimate_cpt=aclimate_cpt.aclimate_run_cpt:main', ], }, classifiers=[