ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/dtwsgi/trunk/setup.py
(Generate patch)

Comparing trunk/setup.py (file contents):
Revision 5 by douglas, 2008-04-19T21:50:08-07:00 vs.
Revision 6 by douglas, 2010-09-01T17:41:33-07:00

# Line 9 | Line 9 | from setuptools import setup, find_packa
9  
10   setup(
11          name = 'dtwsgi',
12 <        version = '0.9a1',
12 >        version = '0.9b1',
13          packages = find_packages(),
14        scripts = ['scripts/dtwsgi'],
14          platforms = ['any'],
15 +        install_requires = ['lxml>=2.2'],
16 +        extras_require = {
17 +                'bottle': 'bottle>=0.8',
18 +                'django': 'Django>=1.2',
19 +        },
20          author = 'Douglas Thrift',
21          author_email = 'douglas@douglasthrift.net',
22 <        description = 'Python WSGI Web Framework thingy',
23 <        long_description = 'DT WSGI is a Python WSGI Web Framework thingy.',
22 >        description = 'Python web framework helpers and stuff',
23 >        long_description = 'DT WSGI is a set of Python web framework helpers and stuff.',
24          license = 'Apache License, Version 2.0',
25 <        url = 'http://svn.douglasthrift.net/trac/dtwsgi',
25 >        url = 'http://code.douglasthrift.net/trac/dtwsgi',
26          classifiers = [
27 <                'Development Status :: 3 - Alpha',
27 >                'Development Status :: 4 - Beta',
28                  'Intended Audience :: Developers',
29                  'License :: OSI Approved :: Apache Software License',
30                  'Operating System :: OS Independent',

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines