File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1414.coverage
1515htmlcov
1616junit
17+ coverage.xml
1718
1819# PyCharm
1920.idea
Original file line number Diff line number Diff line change 1111with open (os .path .join (here , 'README.md' ), encoding = 'utf-8' ) as f :
1212 long_description = f .read ()
1313
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+ # }
1818
1919PACKAGE_DATA = {
2020 'cmd2_ext_test' : ['py.typed' ],
2121}
2222
2323setuptools .setup (
2424 name = 'cmd2-ext-test' ,
25- version = scm_version ,
25+ version = '2.0.0' ,
2626 description = 'External test plugin for cmd2. Allows for external invocation of commands as if from a cmd2 pyscript' ,
2727 long_description = long_description ,
2828 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments