summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2015-01-08 10:14:15 +0100
committerSebastian Thiel <byronimo@gmail.com>2015-01-08 10:14:15 +0100
commit27b4efed7a435153f18598796473b3fba06c513d (patch)
tree08d2917a3632aca30813cd90c0f6d8b8897e5634 /setup.py
parentf7b7eb6245e7d7c4535975268a9be936e2c59dc8 (diff)
downloadgitpython-27b4efed7a435153f18598796473b3fba06c513d.tar.gz
Added assertion to better detect diff issues.
Helps fixing #35 Also, the production status was changed to 'stable', which should have been done much earlier.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 0baf477b..16a47526 100755
--- a/setup.py
+++ b/setup.py
@@ -97,8 +97,8 @@ GitPython is a python library used to interact with Git repositories""",
# "Development Status :: 1 - Planning",
# "Development Status :: 2 - Pre-Alpha",
# "Development Status :: 3 - Alpha",
- "Development Status :: 4 - Beta",
- # "Development Status :: 5 - Production/Stable",
+ # "Development Status :: 4 - Beta",
+ "Development Status :: 5 - Production/Stable",
# "Development Status :: 6 - Mature",
# "Development Status :: 7 - Inactive",
"Environment :: Console",