-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpyproject.toml
47 lines (42 loc) · 1.32 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[build-system]
requires = ["hatchling", "hatch-vcs"]
build-backend = "hatchling.build"
[project]
name = "djbs-theme_sesostris"
#dynamic = ["version"]
version = "0.0.1"
authors = [
{name="Sesóstris Vieira", email="[email protected]"},
]
maintainers = [
{name="Sesóstris Vieira", email="[email protected]"},
]
description = "A Django admin theme based on bootstrap 5.3"
readme = "README.md"
keywords = ["django", "bootstrap", "theme", "admin theme"]
requires-python = ">=3.8"
classifiers = [
"Development Status :: 1 - Planning",
"Intended Audience :: Developers",
"Topic :: Software Development :: User Interfaces",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: Portuguese (Brazilian)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Framework :: Django :: 5.0",
]
dependencies = [
"PyYAML>6.0",
"Django>5.1",
]
[project.urls]
Homepage = "https://github.com/interlegis/djbs-theme"
Documentation = "https://github.com/interlegis/djbs-theme/wiki"
Repository = "https://github.com/interlegis/djbs-theme"
Issues = "https://github.com/interlegis/djbs-theme/issues"
[tool.hatch.build.targets.wheel]
packages = ["src/djbs"]
[tool.hatch.version]
source = "vcs"
[tool.hatch.build.hooks.vcs]
version-file = "_version.py"