Skip to content

Commit

Permalink
Removed build options for 2.3 and 2.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
xitology committed May 30, 2011
1 parent e6573a3 commit a7daab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 1 addition & 7 deletions setup.cfg
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@
#define=YAML_DECLARE_STATIC #define=YAML_DECLARE_STATIC


# The following options are used to build PyYAML Windows installer # The following options are used to build PyYAML Windows installer
# for Python 2.3 on my PC: # for Python 2.5 on my PC:
#include_dirs=../../../libyaml/tags/0.1.4/include
#library_dirs=../../../libyaml/tags/0.1.4/win32/vc6/output/release/lib
#define=YAML_DECLARE_STATIC

# The following options are used to build PyYAML Windows installer
# for Python 2.4 and Python 2.5 on my PC:
#include_dirs=../../../libyaml/tags/0.1.4/include #include_dirs=../../../libyaml/tags/0.1.4/include
#library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib #library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib
#define=YAML_DECLARE_STATIC #define=YAML_DECLARE_STATIC
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 2", "Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.3",
"Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
Expand Down

0 comments on commit a7daab7

Please sign in to comment.