Skip to content

Commit e76b5f7

Browse files
committed
pre-commit run --all
1 parent bc5a0b3 commit e76b5f7

File tree

1 file changed

+35
-33
lines changed

1 file changed

+35
-33
lines changed

setup.cfg

Lines changed: 35 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,50 @@
11
[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-
author_email = [email protected]
2+
name = sphinxcontrib_email
123
description = Sphinx email obfuscation extension
134
long_description = file: README.rst
145
long_description_content_type = text/x-rst
6+
url = https://github.com/sphinx-contrib/email
7+
author = Christian Knittl-Frank
8+
author_email = [email protected]
9+
license = BSD-3-Clause
10+
license_file = LICENSE
11+
license_files = LICENSE
1512
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
3231

3332
[options]
34-
include_package_data = True
33+
packages = find_namespace:
3534
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
3839
package_dir =
39-
= src
40-
packages = find_namespace:
40+
= src
4141
platforms = any
42-
python_requires = >=3.7
4342
setup_requires =
44-
setuptools_scm>=4.1
43+
setuptools_scm>=4.1
4544
zip_safe = False
4645

46+
[aliases]
47+
release = check -rs sdist bdist_wheel
48+
4749
[options.packages.find]
4850
where = src

0 commit comments

Comments
 (0)