summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-06-01 09:06:22 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-06-01 09:06:22 +0200
commit543d900e68883740acf3b07026b262176191ab60 (patch)
tree7494f0653b859d84b4e3d498e3d07b0371c4edfe /setup.py
parent6581acaa7081d29dbf9f35c5ce78db78cf822ab8 (diff)
downloadgitpython-543d900e68883740acf3b07026b262176191ab60.tar.gz
chore(compat): state py2.6 support officially
More information in the respective issue. Fixes #453
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2df910e0..05c12b8f 100755
--- a/setup.py
+++ b/setup.py
@@ -110,6 +110,7 @@ GitPython is a python library used to interact with Git repositories""",
"Operating System :: MacOS :: MacOS X",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.3",