forked from sharbov/open-cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (23 loc) · 729 Bytes
/
setup.cfg
File metadata and controls
25 lines (23 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[metadata]
name = open-cli3
summary = Generate client based on OpenAPI Specification and wrap it in a command line interface
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
author = Danny Tijerina
author-email = danny@privcloud.com
home-page = https://github.com/privcloud-com/open-cli3
classifier =
Environment :: Console
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
[files]
packages =
open_cli3
[entry_points]
console_scripts =
open-cli3 = open_cli3.main:main