Changeset 336 for pyyaml/trunk/setup.py
- Timestamp:
- 12/30/08 13:18:53 (4 years ago)
- File:
-
- 1 edited
-
pyyaml/trunk/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.py
r331 r336 1 1 2 2 NAME = 'PyYAML' 3 VERSION = '3.0 7'3 VERSION = '3.08' 4 4 DESCRIPTION = "YAML parser and emitter for Python" 5 5 LONG_DESCRIPTION = """\ … … 82 82 except ImportError: 83 83 try: 84 # Pyrex cannot build _yaml.c at the moment, 85 # but it may get fixed eventually. 84 86 from Pyrex.Distutils import Extension as _Extension 85 87 from Pyrex.Distutils import build_ext as _build_ext
Note: See TracChangeset
for help on using the changeset viewer.
