materia/pyproject.toml

22 lines
452 B
TOML
Raw Normal View History

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