From: W. Trevor King Date: Tue, 19 Apr 2011 18:20:34 +0000 (-0400) Subject: Add URL to setup.py. X-Git-Tag: 0.1~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=448f164c94fd4be7e8043cf68c082aa80e272441;p=pyrisk.git Add URL to setup.py. --- diff --git a/setup.py b/setup.py index a49a18c..2dd4274 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ def recursive_file_list(install_root, source_root): setup( name='PyRisk', version=__version__, + url='http://www.physics.drexel.edu/~wking/unfolding-disasters/posts/pyrisk/', description='Python Risk engine with assorted player interfaces.', long_description='\n'.join([ 'Currently implemented interfaces:',