-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
46 lines (44 loc) · 1.11 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
[metadata]
name = htgettoken
version = 2.0
author = Dave Dykstra
author_email = [email protected]
license = BSD-3-Clause
license_files = COPYING
long_description = file: README.md
long_description_content_type = text/markdown
# urls
url = https://github.com/fermitools/htgettoken
project_urls =
Bug Tracker = https://github.com/fermitools/htgettoken/issues
Source Code = https://github.com/fermitools/htgettoken
# classifiers
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Programming Language :: Python
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
# contents
packages = find:
scripts =
htdestroytoken
htdecodetoken
httokensh
# requirements
python_requires = >=3.5
install_requires =
gssapi
paramiko
urllib3
[options.entry_points]
console_scripts =
htgettoken = htgettoken:main