@@ -10,13 +10,14 @@ readme = "README.rst"
1010keywords = [ "backport", "pprint", "prettyprint",]
1111dynamic = [ "requires-python", "classifiers", "dependencies",]
1212
13- [project.license]
14- file = "LICENSE"
15-
1613[[project.authors]]
1714name = "Python Software Foundation"
1815email = "dominic@davis-foster.co.uk"
1916
17+
18+ [project.license]
19+ file = "LICENSE"
20+
2021[project.urls]
2122Homepage = "https://github.com/domdfcoding/pprint36"
2223"Issue Tracker" = "https://github.com/domdfcoding/pprint36/issues"
@@ -29,7 +30,7 @@ base-classifiers = [
2930 "Topic :: Software Development :: Libraries :: Python Modules",
3031 "Typing :: Typed",
3132]
32- python-versions = [ "3.6", "3. 7", "3.8", "3.9", "3.10", "3.11", "3.12",]
33+ python-versions = [ "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13 ",]
3334python-implementations = [ "CPython",]
3435platforms = [ "Windows", "macOS", "Linux",]
3536license-key = "PSFLicense"
@@ -45,6 +46,13 @@ show_error_codes = true
4546[tool.snippet-fmt]
4647directives = [ "code-block",]
4748
49+ [tool.dependency-dash."requirements.txt"]
50+ order = 10
51+
52+ [tool.dependency-dash."tests/requirements.txt"]
53+ order = 20
54+ include = false
55+
4856[tool.snippet-fmt.languages.python]
4957reformat = true
5058
@@ -54,10 +62,3 @@ reformat = true
5462[tool.snippet-fmt.languages.ini]
5563
5664[tool.snippet-fmt.languages.json]
57-
58- [tool.dependency-dash."requirements.txt"]
59- order = 10
60-
61- [tool.dependency-dash."tests/requirements.txt"]
62- order = 20
63- include = false
0 commit comments