|
1 | 1 | [metadata] |
2 | | -license_file = LICENSE |
| 2 | +license_files = |
| 3 | + LICENSE |
3 | 4 | name = importlib_metadata |
4 | 5 | author = Jason R. Coombs |
5 | 6 | |
6 | 7 | description = Read metadata from Python packages |
7 | 8 | long_description = file:README.rst |
8 | 9 | url = https://github.com/python/importlib_metadata |
9 | 10 | classifiers = |
10 | | - Development Status :: 5 - Production/Stable |
11 | | - Intended Audience :: Developers |
12 | | - License :: OSI Approved :: Apache Software License |
13 | | - Programming Language :: Python :: 3 |
14 | | - Programming Language :: Python :: 3 :: Only |
| 11 | + Development Status :: 5 - Production/Stable |
| 12 | + Intended Audience :: Developers |
| 13 | + License :: OSI Approved :: Apache Software License |
| 14 | + Programming Language :: Python :: 3 |
| 15 | + Programming Language :: Python :: 3 :: Only |
15 | 16 |
|
16 | 17 | [options] |
17 | 18 | packages = find: |
18 | 19 | include_package_data = true |
19 | 20 | python_requires = >=3.6 |
20 | 21 | install_requires = |
21 | | - zipp>=0.5 |
22 | | - typing-extensions>=3.6.4; python_version < "3.8" |
| 22 | + zipp>=0.5 |
| 23 | + typing-extensions>=3.6.4; python_version < "3.8" |
23 | 24 | setup_requires = setuptools_scm[toml] >= 3.4.1 |
24 | 25 |
|
25 | 26 | [options.packages.find] |
26 | 27 | exclude = |
27 | | - tests* |
28 | | - docs |
| 28 | + tests* |
| 29 | + docs |
29 | 30 |
|
30 | 31 | [options.extras_require] |
31 | 32 | testing = |
32 | | - # upstream |
33 | | - pytest >= 3.5, !=3.7.3 |
34 | | - pytest-checkdocs >= 1.2.3 |
35 | | - pytest-flake8 |
36 | | - pytest-black >= 0.3.7; python_implementation != "PyPy" |
37 | | - pytest-cov |
38 | | - pytest-mypy; python_implementation != "PyPy" |
39 | | - # jaraco/skeleton#22 |
40 | | - jaraco.test >= 3.2.0 |
| 33 | + # upstream |
| 34 | + pytest >= 3.5, !=3.7.3 |
| 35 | + pytest-checkdocs >= 1.2.3 |
| 36 | + pytest-flake8 |
| 37 | + pytest-black >= 0.3.7; python_implementation != "PyPy" |
| 38 | + pytest-cov |
| 39 | + pytest-mypy; python_implementation != "PyPy" |
| 40 | + pytest-enabler |
41 | 41 |
|
42 | | - # local |
43 | | - importlib_resources>=1.3; python_version < "3.9" |
44 | | - packaging |
45 | | - pep517 |
46 | | - pyfakefs |
47 | | - flufl.flake8 |
| 42 | + # local |
| 43 | + importlib_resources>=1.3; python_version < "3.9" |
| 44 | + packaging |
| 45 | + pep517 |
| 46 | + pyfakefs |
| 47 | + flufl.flake8 |
48 | 48 |
|
49 | 49 | docs = |
50 | | - # upstream |
51 | | - sphinx |
52 | | - jaraco.packaging >= 3.2 |
53 | | - rst.linker >= 1.9 |
| 50 | + # upstream |
| 51 | + sphinx |
| 52 | + jaraco.packaging >= 8.2 |
| 53 | + rst.linker >= 1.9 |
54 | 54 |
|
55 | | - # local |
| 55 | + # local |
56 | 56 |
|
57 | 57 | [options.entry_points] |
0 commit comments