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
commit4abd6020df12427aed62599a68abba87b1ccc3b8 (patch)
treee2504019eb8663ef0e49d409b2ca279030c70c60 /python/pyproject.toml
parent73d711416dc50378321982c88fe01e48ea18e20a (diff)
downloadcrupest-4abd6020df12427aed62599a68abba87b1ccc3b8.tar.gz
crupest-4abd6020df12427aed62599a68abba87b1ccc3b8.tar.bz2
crupest-4abd6020df12427aed62599a68abba87b1ccc3b8.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"