diff --git a/setup.py b/setup.py index 261ca0419fca57ea4549576b4da59884263abd1b..8113c907058f258ea9e226172891d13836958778 100755 --- a/setup.py +++ b/setup.py @@ -37,6 +37,12 @@ setup_args = dict( exclude = ['docs',], ), + entry_points={ + 'console_scripts': [ + 'gwinc = gwinc.__main__:main', + ], + }, + include_package_data = True, zip_safe = True, )