File tree 5 files changed +10
-7
lines changed
5 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 1
1
name : moban
2
2
project : moban
3
3
organisation : moremoban
4
- author : chfw
4
+ author : C. W.
5
5
6
6
license : MIT
7
7
version : 0.8.2
@@ -37,3 +37,5 @@ setup_use_markers: true
37
37
setup_use_markers_fix : true
38
38
python_requires : " >=3.6"
39
39
min_python_version : " 3.6"
40
+ excluded_github_users :
41
+ - chfw
Original file line number Diff line number Diff line change 1
1
2
+
2
3
9 contributors
3
4
================================================================================
4
5
Original file line number Diff line number Diff line change 23
23
24
24
project = 'moban'
25
25
copyright = '2017-2020 Onni Software Ltd.'
26
- author = 'chfw '
26
+ author = 'C. W. '
27
27
# The short X.Y version
28
28
version = '0.8.2'
29
29
# The full version, including alpha/beta/rc tags
Original file line number Diff line number Diff line change 1
1
__version__ = "0.8.2"
2
- __author__ = "chfw "
2
+ __author__ = "C. W. "
Original file line number Diff line number Diff line change 40
40
locale .setlocale (locale .LC_ALL , "en_US.UTF-8" )
41
41
42
42
NAME = "moban"
43
- AUTHOR = "chfw "
43
+ AUTHOR = "C. W. "
44
44
VERSION = "0.8.2"
45
45
46
46
LICENSE = "MIT"
98
98
}
99
99
# You do not need to read beyond this line
100
100
PUBLISH_COMMAND = "{0} setup.py sdist bdist_wheel upload -r pypi" .format (sys .executable )
101
- GS_COMMAND = ("gs moban v0.8.2 " +
101
+ HERE = os .path .abspath (os .path .dirname (__file__ ))
102
+
103
+ GS_COMMAND = ("gease moban v0.8.2 " +
102
104
"Find 0.8.2 in changelog for more details" )
103
105
NO_GS_MESSAGE = ("Automatic github release is disabled. " +
104
106
"Please install gease to enable it." )
105
107
UPLOAD_FAILED_MSG = (
106
108
'Upload failed. please run "%s" yourself.' % PUBLISH_COMMAND )
107
- HERE = os .path .abspath (os .path .dirname (__file__ ))
108
109
109
110
110
111
class PublishCommand (Command ):
@@ -150,7 +151,6 @@ def run(self):
150
151
"publish" : PublishCommand
151
152
})
152
153
153
-
154
154
def has_gease ():
155
155
"""
156
156
test if github release command is installed
You can’t perform that action at this time.
0 commit comments