setup: Update URL and classifiers

master
Dustin C. Hatch 2011-07-10 23:10:48 -05:00
parent 0ab44ed7ea
commit f56ca0afab
1 changed files with 11 additions and 1 deletions

View File

@ -19,7 +19,17 @@ setup(
description='Lightweight WSGI framework for web applications',
author='Dustin C. Hatch',
author_email='admiralnemo@gmail.com',
url='', #TODO: Bitbucket URL here
url='http://bitbucket.org/AdmiralNemo/milla',
license='APACHE-2',
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
],
install_requires=install_requires,
packages=find_packages('src', exclude=['distribute_setup']),
package_dir={'': 'src'},