Status: New
Owner: ----

New issue 100 by batiste.bieler: There is a typo into the python setup.py  
file
http://code.google.com/p/html5lib/issues/detail?id=100

python setup.py sdist upload -r <my package repo>


running upload
Traceback (most recent call last):
   File "setup.py", line 42, in <module>
     tests_require = ['simplejson']
   File "/usr/lib/python2.5/distutils/core.py", line 151, in setup
     dist.run_commands()
   File "/usr/lib/python2.5/distutils/dist.py", line 974, in run_commands
     self.run_command(cmd)
   File "/usr/lib/python2.5/distutils/dist.py", line 994, in run_command
     cmd_obj.run()
   File "/usr/lib/python2.5/distutils/command/upload.py", line 71, in run
     self.upload_file(command, pyversion, filename)
   File "/usr/lib/python2.5/distutils/command/upload.py", line 146, in
upload_file
     value = value[1]
IndexError: tuple index out of range


To fix this issue I removed the trailing comma at the end of this list in
setup.py

classifiers=[
     'Development Status :: 4 - Beta',
     'Intended Audience :: Developers',
     'License :: OSI Approved :: MIT License',
     'Operating System :: OS Independent',
     'Programming Language :: Python',
     'Topic :: Software Development :: Libraries :: Python Modules',
     'Topic :: Text Processing :: Markup :: HTML'
     ], <---- I REMOVED THIS TO MAKE IT WORK

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"html5lib-discuss" group.
 To post to this group, send email to [email protected]
 To unsubscribe from this group, send email to 
[email protected]
 For more options, visit this group at 
http://groups.google.com/group/html5lib-discuss?hl=en-GB
-~----------~----~----~----~------~----~------~--~---

Reply via email to