2
2
build-backend = " setuptools.build_meta"
3
3
requires = [
4
4
" setuptools>=42" ,
5
- " setuptools_scm [toml]>=3.4" ,
5
+ " setuptools-scm [toml]>=3.4" ,
6
6
]
7
7
8
8
[project ]
9
9
name = " django-simple-menu"
10
10
description = " Simple, yet powerful, code-based menus for Django applications"
11
11
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] " } ]
14
14
requires-python = " >=3.6"
15
- classifiers =[
15
+ classifiers = [
16
16
" Development Status :: 5 - Production/Stable" ,
17
17
" Framework :: Django" ,
18
18
" Framework :: Django :: 3.2" ,
@@ -31,26 +31,26 @@ classifiers =[
31
31
" Programming Language :: Python :: 3.10" ,
32
32
" Programming Language :: Python :: 3.11" ,
33
33
" Programming Language :: Python :: 3.12" ,
34
+ " Programming Language :: Python :: 3.13" ,
34
35
" Topic :: Software Development :: Libraries" ,
35
36
" Topic :: Software Development :: Libraries :: Python Modules" ,
36
37
]
37
38
dynamic = [
38
39
" version" ,
39
40
]
40
41
dependencies = [
41
- " Django >=3.2" ,
42
- ' importlib_metadata ; python_version < " 3.8" ' ,
42
+ " django >=3.2" ,
43
+ " importlib-metadata ; python_version<' 3.8' " ,
43
44
]
44
- [project .urls ]
45
- "Source Code" = " https://github.com/jazzband/django-simple-menu"
45
+ urls."Source Code" = " https://github.com/jazzband/django-simple-menu"
46
46
47
47
[tool .setuptools ]
48
- packages =[
49
- " simple_menu" ,
50
- " menu" ,
51
- ]
48
+ packages = [
49
+ " simple_menu" ,
50
+ " menu" ,
51
+ ]
52
52
include-package-data = true
53
- license-files = [" LICENSE" ]
53
+ license-files = [ " LICENSE" ]
54
54
55
55
[tool .setuptools_scm ]
56
56
# this empty section means: use_scm_version=True
@@ -61,7 +61,7 @@ local_scheme = "no-local-version"
61
61
source = [
62
62
" simple_menu" ,
63
63
]
64
- plugins = [" covdefaults" ]
64
+ plugins = [ " covdefaults" ]
65
65
66
66
[tool .coverage .report ]
67
67
fail_under = 85
0 commit comments