mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-10-30 16:15:48 +01:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
929ae262f5 | ||
|
|
4328aa1c19 |
4
setup.py
4
setup.py
@@ -6,7 +6,7 @@ import sys
|
||||
import os
|
||||
|
||||
# strip leading v
|
||||
version = 'v1.0.2'[1:]
|
||||
version = 'v1.0.2.1'[1:]
|
||||
|
||||
# check for released version
|
||||
assert (len(version) > 0)
|
||||
@@ -25,6 +25,8 @@ CLASSIFIERS = [
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 2",
|
||||
"Programming Language :: Python :: 2.7",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"License :: OSI Approved",
|
||||
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
||||
Reference in New Issue
Block a user