-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
63 lines (55 loc) · 1.66 KB
/
setup.cfg
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
[metadata]
name = mccli
version = file: mccli/VERSION
summary = SSH client wrapper for SSH with access token
description = SSH client wrapper for SSH with access token
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Diana Gudu
author_email = [email protected]
home_page = https://github.com/dianagudu/mccli
project_urls =
Bug Tracker = https://github.com/dianagudu/mccli/issues
Documentation = https://mccli.readthedocs.io
license = MIT
license_files = [LICENSE]
classifier =
Development Status :: 3 - Alpha
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: Science/Research
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: System :: Systems Administration
Topic :: System :: Systems Administration :: Authentication/Directory
Topic :: Utilities
# This creates a binary <bin-name>
# that calls the function in <dir>/<module>:<function>
[options.entry_points]
console_scripts =
mccli = mccli.mccli:cli
[bdist_wheel]
universal = 1
[options]
install_requires =
pexpect
liboidcagent
requests
requests-cache
click>=8.0.0
click-option-group
click-logging
rfc3986
flaat>=1.0.0
packages = find_namespace:
[options.package_data]
mccli = VERSION