diff --git a/setup.py b/setup.py index a752cd1b6..096bcbcc9 100644 --- a/setup.py +++ b/setup.py @@ -39,4 +39,9 @@ ], tests_require=['pytest', 'flake8'], version=versioneer.get_version(), + entry_points={ + "console_scripts": [ + "scholia = scholia.__main__:main", + ], + }, )