Changeset 378 for pyyaml/trunk/setup.py
- Timestamp:
- 05/29/11 23:28:15 (2 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.py
r376 r378 1 1 2 2 NAME = 'PyYAML' 3 VERSION = '3. 09'3 VERSION = '3.10' 4 4 DESCRIPTION = "YAML parser and emitter for Python" 5 5 LONG_DESCRIPTION = """\ … … 32 32 "Programming Language :: Python :: 2.5", 33 33 "Programming Language :: Python :: 2.6", 34 "Programming Language :: Python :: 2.7", 34 35 "Programming Language :: Python :: 3", 35 36 "Programming Language :: Python :: 3.0", 36 37 "Programming Language :: Python :: 3.1", 38 "Programming Language :: Python :: 3.2", 37 39 "Topic :: Software Development :: Libraries :: Python Modules", 38 40 "Topic :: Text Processing :: Markup",
Note: See TracChangeset
for help on using the changeset viewer.
