Changeset 356
- Timestamp:
- 08/29/09 18:37:18 (2 years ago)
- Location:
- pyyaml/trunk
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
pyyaml/trunk/setup.cfg
r339 r356 18 18 # The following options are used to build PyYAML Windows installer 19 19 # for Python 2.3 on my PC: 20 #include_dirs=../../../libyaml/tags/0.1. 2/include21 #library_dirs=../../../libyaml/tags/0.1. 2/win32/vc6/output/release/lib20 #include_dirs=../../../libyaml/tags/0.1.3/include 21 #library_dirs=../../../libyaml/tags/0.1.3/win32/vc6/output/release/lib 22 22 #define=YAML_DECLARE_STATIC 23 23 24 24 # The following options are used to build PyYAML Windows installer 25 25 # for Python 2.4 and Python 2.5 on my PC: 26 #include_dirs=../../../libyaml/tags/0.1. 2/include27 #library_dirs=../../../libyaml/tags/0.1. 2/win32/vs2003/output/release/lib26 #include_dirs=../../../libyaml/tags/0.1.3/include 27 #library_dirs=../../../libyaml/tags/0.1.3/win32/vs2003/output/release/lib 28 28 #define=YAML_DECLARE_STATIC 29 29 30 30 # The following options are used to build PyYAML Windows installer 31 # for Python 2.6 and Python 3.0on my PC:32 #include_dirs=../../../libyaml/tags/0.1. 2/include33 #library_dirs=../../../libyaml/tags/0.1. 2/win32/vs2008/output/release/lib31 # for Python 2.6, Python 3.0 and Python 3.1 on my PC: 32 #include_dirs=../../../libyaml/tags/0.1.3/include 33 #library_dirs=../../../libyaml/tags/0.1.3/win32/vs2008/output/release/lib 34 34 #define=YAML_DECLARE_STATIC 35 -
pyyaml/trunk/setup.py
r349 r356 34 34 "Programming Language :: Python :: 3", 35 35 "Programming Language :: Python :: 3.0", 36 "Programming Language :: Python :: 3.1", 36 37 "Topic :: Software Development :: Libraries :: Python Modules", 37 38 "Topic :: Text Processing :: Markup",
