Skip to content

Commit d8e2a59

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cdcaec4 commit d8e2a59

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
build-backend = "setuptools.build_meta"
33
requires = [
44
"setuptools>=42",
5-
"setuptools_scm[toml]>=3.4",
5+
"setuptools-scm[toml]>=3.4",
66
]
77

88
[project]
99
name = "django-simple-menu"
1010
description = "Simple, yet powerful, code-based menus for Django applications"
1111
readme = "README.rst"
12-
license = {text = "BSD 2-Clause"}
13-
authors = [{"name"= "Evan Borgstrom", "email"="[email protected]"}]
12+
license = { text = "BSD 2-Clause" }
13+
authors = [ { "name" = "Evan Borgstrom", "email" = "[email protected]" } ]
1414
requires-python = ">=3.6"
15-
classifiers =[
15+
classifiers = [
1616
"Development Status :: 5 - Production/Stable",
1717
"Framework :: Django",
1818
"Framework :: Django :: 3.2",
@@ -31,26 +31,26 @@ classifiers =[
3131
"Programming Language :: Python :: 3.10",
3232
"Programming Language :: Python :: 3.11",
3333
"Programming Language :: Python :: 3.12",
34+
"Programming Language :: Python :: 3.13",
3435
"Topic :: Software Development :: Libraries",
3536
"Topic :: Software Development :: Libraries :: Python Modules",
3637
]
3738
dynamic = [
3839
"version",
3940
]
4041
dependencies = [
41-
"Django>=3.2",
42-
'importlib_metadata; python_version < "3.8"',
42+
"django>=3.2",
43+
"importlib-metadata; python_version<'3.8'",
4344
]
44-
[project.urls]
45-
"Source Code" = "https://github.com/jazzband/django-simple-menu"
45+
urls."Source Code" = "https://github.com/jazzband/django-simple-menu"
4646

4747
[tool.setuptools]
48-
packages =[
49-
"simple_menu",
50-
"menu",
51-
]
48+
packages = [
49+
"simple_menu",
50+
"menu",
51+
]
5252
include-package-data = true
53-
license-files = ["LICENSE"]
53+
license-files = [ "LICENSE" ]
5454

5555
[tool.setuptools_scm]
5656
# this empty section means: use_scm_version=True
@@ -61,7 +61,7 @@ local_scheme = "no-local-version"
6161
source = [
6262
"simple_menu",
6363
]
64-
plugins = ["covdefaults"]
64+
plugins = [ "covdefaults" ]
6565

6666
[tool.coverage.report]
6767
fail_under = 85

0 commit comments

Comments
 (0)