chore: initial commit
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "judas_server"
|
||||
version = "0.1.0"
|
||||
description = "Default template for PDM package"
|
||||
authors = [
|
||||
{name = "Artur Borecki", email = "me@pufereq.pl"},
|
||||
]
|
||||
dependencies = []
|
||||
requires-python = ">=3.13"
|
||||
readme = "README.md"
|
||||
license = {text = "GPL-3.0"}
|
||||
|
||||
|
||||
[tool.pdm]
|
||||
distribution = false
|
||||
Reference in New Issue
Block a user