Changeset 47
- Timestamp:
- 04/17/08 00:14:00 (4 years ago)
- Files:
-
- 1 modified
-
trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/setup.py
r32 r47 4 4 5 5 setup(name = "FPyS", 6 version = "0. 1",6 version = "0.5", 7 7 description = "Amazon FPS Library", 8 8 author = "Tim Freund", 9 9 author_email = "tim@digital-achievement.com", 10 url = "http:// achievewith.us",10 url = "http://fpys.achievewith.us", 11 11 packages = ["fpys"], 12 12 install_requires = ["wsgi_intercept", … … 21 21 22 22 An 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.""", 23 environment. An approved account is required to move software into production. 24 25 Development Trac: http://fpys.achievewith.us 26 Mailing List: http://groups.google.com/group/fpys/ 27 """, 24 28 classifiers = [ 25 "Development Status :: 3 - Alpha" 29 "Development Status :: 3 - Alpha", 26 30 "Intended Audience :: Developers", 27 31 "License :: OSI Approved :: MIT License", 28 32 "Programming Language :: Python", 29 33 "Topic :: Internet :: WWW/HTTP", 30 "Topic :: Software Development :: Libraries :: Python Modules" 34 "Topic :: Software Development :: Libraries :: Python Modules", 31 35 ])
