9141deeb07d1b193403ec6faf27c6b76d3226b52 vsmalladi Fri Oct 21 14:08:31 2011 -0700 Updated the setup.py to have the correct the tag options, should not be upper case. diff --git python/lib/setup.py python/lib/setup.py index 8c1ca5d..72a1223 100755 --- python/lib/setup.py +++ python/lib/setup.py @@ -1,10 +1,10 @@ from distutils.core import setup setup( - Name='ucscgenomics', - Version='0.1.0', - Author='Morgan Maddren', + name='ucscgenomics', + version='0.1.0', + author='Morgan Maddren', packages=['ucscgenomics'], - Description='UCSC Genomics parses fileformats specific to use in the Browser source tree. ', + description='UCSC Genomics parses fileformats specific to use in the Browser source tree. ', )