Changeset 5
- Timestamp:
- 02/09/07 14:56:03 (2 years ago)
- Files:
-
- tags/1.0 (deleted)
- trunk/TGWebServices.egg-info/PKG-INFO (modified) (1 diff)
- trunk/TGWebServices.egg-info/requires.txt (modified) (1 diff)
- trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/TGWebServices.egg-info/PKG-INFO
r4 r5 36 36 * Works with TurboGears 1.0 37 37 * MIT license allows for unrestricted use 38 Keywords: turbogears.extension 38 39 Platform: UNKNOWN 39 40 Classifier: Development Status :: 3 - Alpha trunk/TGWebServices.egg-info/requires.txt
r1 r5 1 1 TurboGears >= 1.0b1 2 Genshi >= 0.3.4 trunk/setup.py
r4 r5 18 18 install_requires = [ 19 19 "TurboGears >= 1.0b1", 20 "Genshi >= 0.3.4" 20 21 ], 21 22 scripts = [], … … 25 26 package='tgwebservices'), 26 27 keywords = [ 27 # Use keywords if you'll be adding your package to the 28 # Python Cheeseshop 29 30 # if this has widgets, uncomment the next line 31 # 'turbogears.widgets', 32 33 # if this has a tg-admin command, uncomment the next line 34 # 'turbogears.command', 35 36 # if this has identity providers, uncomment the next line 37 # 'turbogears.identity.provider', 38 39 # If this is a template plugin, uncomment the next line 40 # 'python.templating.engines', 41 42 # If this is a full application, uncomment the next line 43 # 'turbogears.app', 28 "turbogears.extension" 44 29 ], 45 30 classifiers = [
