django init
This commit is contained in:
commit
b0429003cd
10 changed files with 279 additions and 0 deletions
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[project]
|
||||
name = "r24"
|
||||
dynamic = [ "version" ]
|
||||
dependencies = [ "django>2.0" ]
|
||||
requires-python = ">= 3.8"
|
||||
license = "MIT"
|
||||
authors = [
|
||||
{ name = "Jonas Rabenstein", email = "nonapode+r24@fbs42.ddnss.de" }
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
r24 = "r24.manage:main"
|
||||
|
||||
[build-system]
|
||||
requires = [ "setuptools" ]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = [ "src/" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue