Update PyPI info

This commit is contained in:
Andreas Kloeckner 2016-06-27 10:29:29 -05:00
parent 6a6242bde7
commit 255f318fbb

View File

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