aboutsummaryrefslogtreecommitdiff
path: root/services/pyproject.toml
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-23 16:40:32 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-23 16:40:32 +0800
commit7e54b1ebe280d760347b1b640c9d4d0038ca6c58 (patch)
tree4d42c7a84066f0c2ae320e32dc7d86072fd0e4ae /services/pyproject.toml
parent34704b2090c48d9ab9e7458475fd701a38706ae7 (diff)
downloadcrupest-7e54b1ebe280d760347b1b640c9d4d0038ca6c58.tar.gz
crupest-7e54b1ebe280d760347b1b640c9d4d0038ca6c58.tar.bz2
crupest-7e54b1ebe280d760347b1b640c9d4d0038ca6c58.zip
feat(python): move python codes.
Diffstat (limited to 'services/pyproject.toml')
-rw-r--r--services/pyproject.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/services/pyproject.toml b/services/pyproject.toml
deleted file mode 100644
index 960e161..0000000
--- a/services/pyproject.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[project]
-name = "cru-service-manager"
-version = "0.1.0"
-requires-python = ">=3.11"
-license = "MIT"
-
-[tool.poetry]
-package-mode = false
-
-[tool.poetry.group.dev.dependencies]
-mypy = "^1.13.0"
-ruff = "^0.9.6"
-
-[tool.ruff.lint]
-select = ["E", "F", "B"]
-
-[build-system]
-requires = ["poetry-core"]
-build-backend = "poetry.core.masonry.api"