Changed licensing, modified contents of setup.py to conform to what Pypi wants/needs

This commit is contained in:
Ryan McGrath 2009-07-28 23:22:52 -04:00
parent 1007688925
commit 932d29a1ab
3 changed files with 21 additions and 12 deletions

View file

@ -25,10 +25,10 @@ SETUPTOOLS_METADATA = dict(
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: Tango License',
'License :: OSI Approved :: MIT License',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Communications :: Chat :: Twitter',
'Topic :: Internet :: Search',
'Topic :: Communications :: Chat',
'Topic :: Internet',
]
)