2024-06-17 19:52:24 +05:00
|
|
|
[project]
|
2024-05-16 11:05:11 +05:00
|
|
|
name = "materia"
|
2024-06-17 19:52:24 +05:00
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
2024-05-07 16:49:30 +05:00
|
|
|
authors = [
|
2024-06-17 19:52:24 +05:00
|
|
|
{name = "L-Nafaryus", email = "l.nafaryus@gmail.com"},
|
2024-05-07 16:49:30 +05:00
|
|
|
]
|
2024-06-17 19:52:24 +05:00
|
|
|
dependencies = []
|
|
|
|
requires-python = "==3.11.*"
|
2024-05-07 16:49:30 +05:00
|
|
|
readme = "README.md"
|
2024-06-17 19:52:24 +05:00
|
|
|
license = {text = "MIT"}
|
2024-05-07 16:49:30 +05:00
|
|
|
|
2024-06-17 19:52:24 +05:00
|
|
|
[tool.pdm]
|
|
|
|
distribution = false
|
2024-05-07 16:49:30 +05:00
|
|
|
|
2024-06-17 19:52:24 +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",
|
|
|
|
]
|