materia/pyproject.toml
L-Nafaryus 997f37d5ee
new: reconstruct project
new: pdm package manager (python)
new: workspace for three subprojects
new: dream2nix module for packaging
new: postgresql and redis images
more: and more
2024-06-17 19:52:24 +05:00

22 lines
452 B
TOML

[project]
name = "materia"
version = "0.1.0"
description = ""
authors = [
{name = "L-Nafaryus", email = "l.nafaryus@gmail.com"},
]
dependencies = []
requires-python = "==3.11.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]
distribution = false
[tool.pdm.dev-dependencies]
dev = [
"-e file:///${PROJECT_ROOT}/materia-server",
"-e file:///${PROJECT_ROOT}/materia-web-client",
"-e file:///${PROJECT_ROOT}/materia-client",
]