22build-backend = " setuptools.build_meta"
33requires = [
44 " setuptools>=42" ,
5- " setuptools_scm [toml]>=3.4" ,
5+ " setuptools-scm [toml]>=3.4" ,
66]
77
88[project ]
99name = " django-simple-menu"
1010description = " Simple, yet powerful, code-based menus for Django applications"
1111readme = " 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] " } ]
1414requires-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]
3738dynamic = [
3839 " version" ,
3940]
4041dependencies = [
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+ ]
5252include-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"
6161source = [
6262 " simple_menu" ,
6363]
64- plugins = [" covdefaults" ]
64+ plugins = [ " covdefaults" ]
6565
6666[tool .coverage .report ]
6767fail_under = 85
0 commit comments