Changeset 47

Show
Ignore:
Timestamp:
04/17/08 00:14:00 (4 years ago)
Author:
tim
Message:

updating setup.py

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r32 r47  
    44 
    55setup(name = "FPyS", 
    6       version = "0.1", 
     6      version = "0.5", 
    77      description = "Amazon FPS Library", 
    88      author = "Tim Freund", 
    99      author_email = "tim@digital-achievement.com", 
    10       url = "http://achievewith.us", 
     10      url = "http://fpys.achievewith.us", 
    1111      packages = ["fpys"], 
    1212      install_requires = ["wsgi_intercept", 
     
    2121 
    2222An Amazon web services account is required to begin working with FPyS in the development 
    23 environment.  An approved account is required to move software into production.""", 
     23environment.  An approved account is required to move software into production. 
     24 
     25Development Trac: http://fpys.achievewith.us 
     26Mailing List: http://groups.google.com/group/fpys/ 
     27""", 
    2428      classifiers = [ 
    25         "Development Status :: 3 - Alpha" 
     29        "Development Status :: 3 - Alpha", 
    2630        "Intended Audience :: Developers", 
    2731        "License :: OSI Approved :: MIT License", 
    2832        "Programming Language :: Python", 
    2933        "Topic :: Internet :: WWW/HTTP", 
    30         "Topic :: Software Development :: Libraries :: Python Modules" 
     34        "Topic :: Software Development :: Libraries :: Python Modules", 
    3135        ])