From 885c5c34c136a2807167246cea5de40509c327d5 Mon Sep 17 00:00:00 2001 From: Stephen Mardson McQuay Date: Sat, 23 Oct 2010 16:56:30 -0600 Subject: [PATCH] beefed up the setup file so that people can find me --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) 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", )