forked from ietf-tools/xml2rfc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
64 lines (58 loc) · 1.85 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 = xml2rfc
version = attr: xml2rfc.__version__
description = xml2rfc generates RFCs and IETF drafts from document source in XML according to the IETF xml2rfc v2 and v3 vocabularies.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = ietf, rfc, id, internet-draft, xml, xml2rfc
author = Henrik Levkowetz
author_email = [email protected]
maintainer = Kesara Rathnayake
maintainer_email = [email protected]
url = https://github.com/ietf-tools/xml2rfc
download_url = https://github.com/ietf-tools/xml2rfc/releases
license = Revised BSD License
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python
Topic :: Text Processing
Topic :: Text Processing :: Markup :: XML
License :: OSI Approved :: BSD License
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
[options]
packages = xml2rfc, xml2rfc/writers, xml2rfc/util, xml2rfc/uniscripts, xml2rfc/data, xml2rfc/templates
zip_safe = False
include_package_data = True
# install_requires = file: requirements.txt
# this is a temporary measure to make install work with Ubuntu Jammy
install_requires = platformdirs>=3.6.0
configargparse>=1.2.3
google-i18n-address>=3.0.0
intervaltree>=3.1.0
jinja2>=3.1.2
lxml>=5.3.0
pycountry>=22.3.5
pyyaml>=5.3.1
requests>=2.5.0
setuptools>=24.2.0
wcwidth>=0.2.5
[options.package_data]
* =
data/*
templates/*
[options.entry_points]
console_scripts =
xml2rfc = xml2rfc.run:main
[options.extras_require]
pdf = weasyprint==61.2
pydyf<0.10.0
[bdist_wheel]
universal = 1