-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsetup.cfg
38 lines (34 loc) · 959 Bytes
/
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
[metadata]
name = cvrf2csaf
author = Deutsche Telekom Security GmbH
author_email = cti@t-mobile.cz
version = attr: cvrf2csaf.__version__
description = Converts CVRF XML documents to CSAF JSON documents
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/csaf-tools/CVRF-CSAF-Converter/
project_urls =
Bug Tracker = https://github.com/csaf-tools/CVRF-CSAF-Converter/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = find:
zip_safe = False
include_package_data = True
python_requires = >=3.6
install_requires =
lxml>=4.7,<5
PyYAML>=5.0,<6
jsonschema>=4.4.0,<5
turvallisuusneuvonta
[options.entry_points]
console_scripts =
cvrf2csaf = cvrf2csaf.cvrf2csaf:main
[options.package_data]
cvrf2csaf =
config/config.yaml
schemata/*
schemata/*/*
schemata/*/*/*