File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [bumpversion]
2+ current_version = 0.1.2
3+
14[metadata]
25name = cloudshell-scriptfoundry
36version = file: version.txt
@@ -7,26 +10,25 @@ description = A CLI way to generate and upload cloudshell orchestration scripts
710long_description = file: README.MD
811long_description_content_type = text/markdown
912url = https://github.com/QualiSystemsLab/cloudshell-scriptfoundry
10- classifiers =
11- Programming Language :: Python :: 3.9
12- License :: OSI Approved :: MIT License
13- Operating System :: OS Independent
13+ classifiers =
14+ Programming Language :: Python :: 3.9
15+ License :: OSI Approved :: MIT License
16+ Operating System :: OS Independent
1417license = MIT
1518license_file = LICENSE
1619
17-
1820[options]
19- package_dir =
20- = src
21+ package_dir =
22+ = src
2123packages = find:
2224python_requires = >=3.9
23- install_requires =
24- shellfoundry
25- cloudshell-automation-api
25+ install_requires =
26+ shellfoundry
27+ cloudshell-automation-api
2628
2729[options.packages.find]
2830where = src
2931
3032[options.entry_points]
31- console_scripts =
32- scriptfoundry = scriptfoundry.cli:cli
33+ console_scripts =
34+ scriptfoundry = scriptfoundry.cli:cli
Original file line number Diff line number Diff line change 1- 0.1.1
1+ 0.1.2
You can’t perform that action at this time.
0 commit comments