@@ -16,12 +16,6 @@ license = {text = "MIT"}
1616maintainers = [{name = " Hugo van Kemenade" }]
1717authors = [{name = " Jason Moiron" , email = " jmoiron@jmoiron.net" }]
1818requires-python = " >=3.7"
19- dependencies = [
20- ' importlib-metadata; python_version < "3.8"' ,
21- ]
22- dynamic = [
23- " version" ,
24- ]
2519classifiers = [
2620 " Development Status :: 5 - Production/Stable" ,
2721 " Intended Audience :: Developers" ,
@@ -40,13 +34,18 @@ classifiers = [
4034 " Topic :: Text Processing" ,
4135 " Topic :: Text Processing :: General" ,
4236]
37+ dynamic = [
38+ " version" ,
39+ ]
40+ dependencies = [
41+ ' importlib-metadata; python_version < "3.8"' ,
42+ ]
4343[project .optional-dependencies ]
4444tests = [
4545 " freezegun" ,
4646 " pytest" ,
4747 " pytest-cov" ,
4848]
49-
5049[project .urls ]
5150Documentation = " https://python-humanize.readthedocs.io/"
5251Funding = " https://tidelift.com/subscription/pkg/pypi-humanize?utm_source=pypi-humanize&utm_medium=pypi"
@@ -55,10 +54,6 @@ Homepage = "https://github.com/python-humanize/humanize"
5554"Release notes" = " https://github.com/python-humanize/humanize/releases"
5655Source = " https://github.com/python-humanize/humanize"
5756
58-
59- [tool .black ]
60- target_version = [" py37" ]
61-
6257[tool .hatch ]
6358version.source = " vcs"
6459
@@ -70,11 +65,14 @@ artifacts = [
7065[tool .hatch .version .raw-options ]
7166local_scheme = " no-local-version"
7267
68+ [tool .black ]
69+ target_version = [" py37" ]
70+
7371[tool .isort ]
7472profile = " black"
7573
76- [tool .pydocstyle ]
77- convention = " google"
78-
7974[tool .pytest .ini_options ]
8075addopts = " --color=yes"
76+
77+ [tool .pydocstyle ]
78+ convention = " google"
0 commit comments