-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
26 lines (26 loc) · 929 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[project]
authors = [{ name = "Mark Sevelj", email = "[email protected]" }]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 5.0",
"Framework :: Django :: 5.1",
"Framework :: Django :: 5.2",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
dependencies = ["Django>=5.0"]
description = "A Django Cookiecutter"
dynamic = ["version"]
keywords = ["Django Cookiecutter", "Django", "django"]
license = { file = "LICENSE" }
maintainers = [{ name = "Mark Sevelj", email = "[email protected]" }]
name = "django-cookiecutter"
readme = "README.rst"
requires-python = ">=3.10,<3.12"