Changeset 306
- Timestamp:
- 12/05/08 14:37:52 (5 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.py
r305 r306 27 27 "Operating System :: OS Independent", 28 28 "Programming Language :: Python", 29 "Programming Language :: Python :: 2", 29 30 "Programming Language :: Python :: 2.3", 30 31 "Programming Language :: Python :: 2.4", 31 32 "Programming Language :: Python :: 2.5", 32 33 "Programming Language :: Python :: 2.6", 34 # Python 3.0 is not yet supported, but see http://pyyaml.org/ticket/74 35 # "Programming Language :: Python :: 3", 36 # "Programming Language :: Python :: 3.0", 33 37 "Topic :: Software Development :: Libraries :: Python Modules", 34 38 "Topic :: Text Processing :: Markup",
Note: See TracChangeset
for help on using the changeset viewer.
