diff --git a/setup.py b/setup.py index 8b2030b..a09f03f 100644 --- a/setup.py +++ b/setup.py @@ -9,4 +9,8 @@ setup( 'scipy', ], # entry_points = {'console_scripts': ['booze = baker.booze:main',]}, + author = "Stephen M. McQuay", + author_email = "stephen@mcquay.me", + url = "https://mcquay.me/hg/research", + license = "GPL", )