aboutsummaryrefslogtreecommitdiff
path: root/python/pyproject.toml
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-06-10 16:34:42 +0800
committerYuqian Yang <crupest@crupest.life>2025-06-10 16:34:42 +0800
commit4c207e6433a73ae7c75dc75fca3631e2f02dca95 (patch)
treeec36daff383438b1a8df2f08c8077d9edfb9ce65 /python/pyproject.toml
parentb63999fd70ed7878569b969c79820e85621dcc2b (diff)
downloadcrupest-4c207e6433a73ae7c75dc75fca3631e2f02dca95.tar.gz
crupest-4c207e6433a73ae7c75dc75fca3631e2f02dca95.tar.bz2
crupest-4c207e6433a73ae7c75dc75fca3631e2f02dca95.zip
refactor: bye, python!
Diffstat (limited to 'python/pyproject.toml')
-rw-r--r--python/pyproject.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/python/pyproject.toml b/python/pyproject.toml
deleted file mode 100644
index 28c753e..0000000
--- a/python/pyproject.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[project]
-name = "cru"
-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"