Update PyPI info
This commit is contained in:
parent
6a6242bde7
commit
255f318fbb
4
setup.py
4
setup.py
@ -29,7 +29,7 @@ setup(name='pudb',
|
||||
test_requires=[
|
||||
"pytest>=2",
|
||||
],
|
||||
url='http://pypi.python.org/pypi/pudb',
|
||||
url='https://github.com/inducer/pudb',
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
"Environment :: Console",
|
||||
@ -45,6 +45,8 @@ setup(name='pudb',
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Topic :: Software Development",
|
||||
"Topic :: Software Development :: Debuggers",
|
||||
"Topic :: Software Development :: Quality Assurance",
|
||||
|
Loading…
Reference in New Issue
Block a user