|
1 | 1 | [metadata]
|
2 |
| -name = sphinxcontrib-email |
3 |
| -url = https://github.com/sphinx-contrib/email |
4 |
| -project_urls = |
5 |
| - GitHub: repo = https://github.com/sphinx-contrib/email |
6 |
| - GitHub: issues = https://github.com/sphinx-contrib/email/issues |
7 |
| -download_url = http://pypi.python.org/pypi/sphinxcontrib-email |
8 |
| -license = BSD-3 |
9 |
| -license_files = LICENSE |
10 |
| -author = Christian Knittl-Frank |
11 |
| - |
| 2 | +name = sphinxcontrib_email |
12 | 3 | description = Sphinx email obfuscation extension
|
13 | 4 | long_description = file: README.rst
|
14 | 5 | long_description_content_type = text/x-rst
|
| 6 | +url = https://github.com/sphinx-contrib/email |
| 7 | +author = Christian Knittl-Frank |
| 8 | + |
| 9 | +license = BSD-3-Clause |
| 10 | +license_file = LICENSE |
| 11 | +license_files = LICENSE |
15 | 12 | classifiers =
|
16 |
| - Development Status :: 3 - Alpha |
17 |
| - Environment :: Console |
18 |
| - Environment :: Web Environment |
19 |
| - Framework :: Sphinx :: Extension |
20 |
| - Intended Audience :: Developers |
21 |
| - License :: OSI Approved :: BSD License |
22 |
| - Operating System :: OS Independent |
23 |
| - Programming Language :: Python :: 3 |
24 |
| - Programming Language :: Python :: 3.7 |
25 |
| - Programming Language :: Python :: 3.8 |
26 |
| - Programming Language :: Python :: 3.9 |
27 |
| - Topic :: Documentation :: Sphinx |
28 |
| - Topic :: Utilities |
29 |
| - |
30 |
| -[aliases] |
31 |
| -release = check -rs sdist bdist_wheel |
| 13 | + Development Status :: 3 - Alpha |
| 14 | + Environment :: Console |
| 15 | + Environment :: Web Environment |
| 16 | + Framework :: Sphinx :: Extension |
| 17 | + Intended Audience :: Developers |
| 18 | + License :: OSI Approved :: BSD License |
| 19 | + Operating System :: OS Independent |
| 20 | + Programming Language :: Python :: 3 |
| 21 | + Programming Language :: Python :: 3 :: Only |
| 22 | + Programming Language :: Python :: 3.7 |
| 23 | + Programming Language :: Python :: 3.8 |
| 24 | + Programming Language :: Python :: 3.9 |
| 25 | + Topic :: Documentation :: Sphinx |
| 26 | + Topic :: Utilities |
| 27 | +download_url = http://pypi.python.org/pypi/sphinxcontrib-email |
| 28 | +project_urls = |
| 29 | + GitHub: repo = https://github.com/sphinx-contrib/email |
| 30 | + GitHub: issues = https://github.com/sphinx-contrib/email/issues |
32 | 31 |
|
33 | 32 | [options]
|
34 |
| -include_package_data = True |
| 33 | +packages = find_namespace: |
35 | 34 | install_requires =
|
36 |
| - lxml>=4.5.2 |
37 |
| - Sphinx>=1.8 |
| 35 | + Sphinx>=1.8 |
| 36 | + lxml>=4.5.2 |
| 37 | +python_requires = >=3.7 |
| 38 | +include_package_data = True |
38 | 39 | package_dir =
|
39 |
| - = src |
40 |
| -packages = find_namespace: |
| 40 | + = src |
41 | 41 | platforms = any
|
42 |
| -python_requires = >=3.7 |
43 | 42 | setup_requires =
|
44 |
| - setuptools_scm>=4.1 |
| 43 | + setuptools_scm>=4.1 |
45 | 44 | zip_safe = False
|
46 | 45 |
|
| 46 | +[aliases] |
| 47 | +release = check -rs sdist bdist_wheel |
| 48 | + |
47 | 49 | [options.packages.find]
|
48 | 50 | where = src
|
0 commit comments