File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 14
14
.coverage
15
15
htmlcov
16
16
junit
17
+ coverage.xml
17
18
18
19
# PyCharm
19
20
.idea
Original file line number Diff line number Diff line change 11
11
with open (os .path .join (here , 'README.md' ), encoding = 'utf-8' ) as f :
12
12
long_description = f .read ()
13
13
14
- scm_version = {
15
- 'root' : '../..' ,
16
- 'git_describe_command' : ' git describe --dirty --tags --long --match " plugin-ext-test*"' ,
17
- }
14
+ # scm_version = {
15
+ # 'root': '../..',
16
+ # 'git_describe_command': " git describe --dirty --tags --long --match plugin-ext-test*",
17
+ # }
18
18
19
19
PACKAGE_DATA = {
20
20
'cmd2_ext_test' : ['py.typed' ],
21
21
}
22
22
23
23
setuptools .setup (
24
24
name = 'cmd2-ext-test' ,
25
- version = scm_version ,
25
+ version = '2.0.0' ,
26
26
description = 'External test plugin for cmd2. Allows for external invocation of commands as if from a cmd2 pyscript' ,
27
27
long_description = long_description ,
28
28
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments