summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2011-05-30 04:53:00 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2011-05-30 04:53:00 +0000
commit73af245b205fd9ede7e2fbd32a4de90a17d9baed (patch)
treec3f2ddb5d074130e64117b9c146ab579994c3935
parentf3d7411d84c10d6c79d3d4dd35ecc61c16240854 (diff)
downloadpyyaml-master.tar.gz
Removed build options for 2.3 and 2.4.HEADmaster
git-svn-id: http://svn.pyyaml.org/pyyaml/trunk@384 18f92427-320e-0410-9341-c67f048884a3
-rw-r--r--setup.cfg8
-rw-r--r--setup.py2
2 files changed, 1 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index 0444d87..d0239e4 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,13 +16,7 @@
#define=YAML_DECLARE_STATIC
# The following options are used to build PyYAML Windows installer
-# for Python 2.3 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:
+# for Python 2.5 on my PC:
#include_dirs=../../../libyaml/tags/0.1.4/include
#library_dirs=../../../libyaml/tags/0.1.4/win32/vs2003/output/release/lib
#define=YAML_DECLARE_STATIC
diff --git a/setup.py b/setup.py
index 1bda151..9e856bf 100644
--- a/setup.py
+++ b/setup.py
@@ -27,8 +27,6 @@ CLASSIFIERS = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
- "Programming Language :: Python :: 2.3",
- "Programming Language :: Python :: 2.4",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",