Changeset 384
- Timestamp:
- 05/30/11 00:53:00 (2 years ago)
- Location:
- pyyaml/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.cfg
r378 r384 17 17 18 18 # The following options are used to build PyYAML Windows installer 19 # for Python 2.3 on my PC: 20 #include_dirs=../../../libyaml/tags/0.1.4/include 21 #library_dirs=../../../libyaml/tags/0.1.4/win32/vc6/output/release/lib 22 #define=YAML_DECLARE_STATIC 23 24 # The following options are used to build PyYAML Windows installer 25 # for Python 2.4 and Python 2.5 on my PC: 19 # for Python 2.5 on my PC: 26 20 #include_dirs=../../../libyaml/tags/0.1.4/include 27 21 #library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib -
pyyaml/trunk/setup.py
r378 r384 28 28 "Programming Language :: Python", 29 29 "Programming Language :: Python :: 2", 30 "Programming Language :: Python :: 2.3",31 "Programming Language :: Python :: 2.4",32 30 "Programming Language :: Python :: 2.5", 33 31 "Programming Language :: Python :: 2.6",
Note: See TracChangeset
for help on using the changeset viewer.
