##// END OF EJS Templates
Fixes for pypi - increment version to 0.0
Mads Kiilerich -
r4246:cc48c154 0.0 default
parent child Browse files
Show More
@@ -29,7 +29,7 b' Original author and date, and relevant c'
29 29 import sys
30 30 import platform
31 31
32 VERSION = (0,)
32 VERSION = (0, 0)
33 33 BACKENDS = {
34 34 'hg': 'Mercurial repository',
35 35 'git': 'Git repository',
@@ -77,7 +77,7 b' dependency_links = ['
77 77 ]
78 78
79 79 classifiers = [
80 'Development Status :: 4 - Beta'
80 'Development Status :: 4 - Beta',
81 81 'Environment :: Web Environment',
82 82 'Framework :: Pylons',
83 83 'Intended Audience :: Developers',
@@ -87,6 +87,7 b' classifiers = ['
87 87 'Programming Language :: Python :: 2.5',
88 88 'Programming Language :: Python :: 2.6',
89 89 'Programming Language :: Python :: 2.7',
90 'Topic :: Software Development :: Version Control',
90 91 ]
91 92
92 93
General Comments 0
You need to be logged in to leave comments. Login now