-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
executable file
·34 lines (34 loc) · 1006 Bytes
/
setup.cfg
File metadata and controls
executable file
·34 lines (34 loc) · 1006 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
26
27
28
29
30
31
32
33
34
[metadata]
name = flexapi-client
version = 0.1
author = Dan Cech
author-email = dcech@corp.nac.net
summary = FlexAPI Client
url = http://www.nac.net
description-file = README.md
license = MIT
include_package_data = True,
zip_safe = False
classifier =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
Operating System :: OS Independent
Operating System :: POSIX :: Linux
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
License :: OSI Approved
License :: OSI Approved :: MIT License
[files]
packages =
flexapi_client
[entry_points]
console_scripts =
flexcli = flexapi_client.bin.flexcli:main