-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
42 lines (40 loc) · 1.24 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
[metadata]
name = rpkimancer
description = A tool for performing RPKI incantations
long_description = file: README.md, LICENSE
long_description_content_type = text/markdown
author = Ben Maddison
author_email = benm@workonline.africa
url = https://github.com/benmaddison/rpkimancer
project_urls =
Documentation=https://benmaddison.github.io/rpkimancer
Bug Tracker=https://github.com/benmaddison/rpkimancer/issues
keywords = rpki
license = MIT
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Telecommunications Industry
Natural Language :: English
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Internet
Topic :: Security :: Cryptography
Topic :: Software Development :: Testing
Typing :: Typed
[options]
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.8
install_requires =
argcomplete>=1.12.2, <2.0
cryptography>=3.4.4, <38.0
pycrate>=0.5.2, <0.6
[options.entry_points]
console_scripts =
rpkincant = rpkimancer.cli.__main__:main