-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
14 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ organisation: "moremoban" | |
author: "C.W." | ||
contact: "[email protected]" | ||
company: "Onni Software Ltd. and its contributors" | ||
version: "0.0.11" | ||
current_version: "0.0.11" | ||
release: "0.0.11" | ||
version: "0.0.12" | ||
current_version: "0.0.12" | ||
release: "0.0.12" | ||
copyright_year: 2018-2020 | ||
license: public license | ||
dependencies: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
__version__ = "0.0.11" | ||
__version__ = "0.0.12" | ||
__author__ = "C.W." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,14 +32,14 @@ | |
|
||
NAME = "pypi-mobans-pkg" | ||
AUTHOR = "C.W." | ||
VERSION = "0.0.11" | ||
VERSION = "0.0.12" | ||
EMAIL = "[email protected]" | ||
LICENSE = "public license" | ||
DESCRIPTION = ( | ||
"Scaffolding mobans for your Python project." | ||
) | ||
URL = "https://github.com/moremoban/pypi-mobans-pkg" | ||
DOWNLOAD_URL = "%s/archive/0.0.11.tar.gz" % URL | ||
DOWNLOAD_URL = "%s/archive/0.0.12.tar.gz" % URL | ||
FILES = ["README.rst", "CHANGELOG.rst"] | ||
KEYWORDS = [ | ||
"python", | ||
|
@@ -70,8 +70,8 @@ | |
} | ||
# You do not need to read beyond this line | ||
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi".format(sys.executable) | ||
GS_COMMAND = ("gs pypi-mobans-pkg v0.0.11 " + | ||
"Find 0.0.11 in changelog for more details") | ||
GS_COMMAND = ("gs pypi-mobans-pkg v0.0.12 " + | ||
"Find 0.0.12 in changelog for more details") | ||
NO_GS_MESSAGE = ("Automatic github release is disabled. " + | ||
"Please install gease to enable it.") | ||
UPLOAD_FAILED_MSG = ( | ||
|