##// 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 import sys
29 import sys
30 import platform
30 import platform
31
31
32 VERSION = (0,)
32 VERSION = (0, 0)
33 BACKENDS = {
33 BACKENDS = {
34 'hg': 'Mercurial repository',
34 'hg': 'Mercurial repository',
35 'git': 'Git repository',
35 'git': 'Git repository',
@@ -77,7 +77,7 b' dependency_links = ['
77 ]
77 ]
78
78
79 classifiers = [
79 classifiers = [
80 'Development Status :: 4 - Beta'
80 'Development Status :: 4 - Beta',
81 'Environment :: Web Environment',
81 'Environment :: Web Environment',
82 'Framework :: Pylons',
82 'Framework :: Pylons',
83 'Intended Audience :: Developers',
83 'Intended Audience :: Developers',
@@ -87,6 +87,7 b' classifiers = ['
87 'Programming Language :: Python :: 2.5',
87 'Programming Language :: Python :: 2.5',
88 'Programming Language :: Python :: 2.6',
88 'Programming Language :: Python :: 2.6',
89 'Programming Language :: Python :: 2.7',
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