File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2828author = u'C.W.'
2929
3030# The short X.Y version
31- version = u'0.0.1-rc1 '
31+ version = u'0.0.1'
3232# The full version, including alpha/beta/rc tags
33- release = u'0.0.1-rc1 '
33+ release = u'0.0.1'
3434
3535
3636# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ organisation: "moremoban"
33author : " C.W."
4455company : " Onni Software Ltd."
6- version : " 0.0.1-rc1 "
7- current_version : " 0.0.1-rc1 "
8- release : " 0.0.1-rc1 "
6+ version : " 0.0.1"
7+ current_version : " 0.0.1"
8+ release : " 0.0.1"
99copyright_year : 2018
1010license : public license
1111dependencies :
Original file line number Diff line number Diff line change 1- __version__ = "0.0.1-rc1 "
1+ __version__ = "0.0.1"
22__author__ = "C.W."
Original file line number Diff line number Diff line change 1212
1313NAME = 'pypi-mobans-pkg'
1414AUTHOR = 'C.W.'
15- VERSION = '0.0.1-rc1 '
15+ VERSION = '0.0.1'
16161717LICENSE = 'public license'
1818DESCRIPTION = (
1919 'Scaffolding mobans for your Python project.'
2020)
2121URL = 'https://github.com/moremoban/pypi-mobans-pkg'
22- DOWNLOAD_URL = '%s/archive/0.0.1-rc1 .tar.gz' % URL
22+ DOWNLOAD_URL = '%s/archive/0.0.1.tar.gz' % URL
2323FILES = ['README.rst' , 'CHANGELOG.rst' ]
2424KEYWORDS = [
2525 'python'
4949# You do not need to read beyond this line
5050PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
5151 sys .executable )
52- GS_COMMAND = ('gs pypi-mobans-pkg v0.0.1-rc1 ' +
53- "Find 0.0.1-rc1 in changelog for more details" )
52+ GS_COMMAND = ('gs pypi-mobans-pkg v0.0.1 ' +
53+ "Find 0.0.1 in changelog for more details" )
5454NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5555 'Please install gease to enable it.' )
5656UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments