beefed up the setup file so that people can find me

This commit is contained in:
Stephen McQuay 2010-10-23 16:56:30 -06:00
parent eadfa46e57
commit 885c5c34c1
1 changed files with 4 additions and 0 deletions

View File

@ -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",
)