versionato toml

This commit is contained in:
2025-09-03 20:36:07 +02:00
parent 1ce6c7fd09
commit 4e548c883c

30
pyproject.toml Normal file
View File

@@ -0,0 +1,30 @@
[project]
name = "ase"
version = "0.9.0"
description = "ASE backend"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiomysql>=0.2.0",
"cryptography>=45.0.3",
"mysql-connector-python>=9.3.0",
"pyftpdlib>=2.0.1",
"pyproj>=3.7.1",
"utm>=0.8.1",
]
[dependency-groups]
dev = [
"mkdocs>=1.6.1",
"mkdocs-gen-files>=0.5.0",
"mkdocs-literate-nav>=0.6.2",
"mkdocs-material>=9.6.15",
"mkdocstrings[python]>=0.29.1",
]
[tool.setuptools]
package-dir = {"" = "src"}
[tool.setuptools.packages.find]
exclude = ["test","build"]
where = ["src"]