aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorbenadha <benawiadha@gmail.com>2022-01-08 07:59:57 +0700
committerbenadha <benawiadha@gmail.com>2022-01-08 07:59:57 +0700
commit7e4a230a8336844cb344301870b87e7bea1691a6 (patch)
tree0fe0fbf14c18a1ad22ccd82524c7298b91fe1a6b /pyproject.toml
parent7e7022194431ca27cb1f6218cfcc87fc3e3a34eb (diff)
downloadepy-7e4a230a8336844cb344301870b87e7bea1691a6.tar.gz
Use setuptools as setup backend instead of poetry
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a800987..a4d9607 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,10 +21,6 @@ twine = "^3.7.1"
wheel = "^0.37.1"
ipdb = "^0.13.9"
-[build-system]
-requires = ["poetry-core>=1.0.0"]
-build-backend = "poetry.core.masonry.api"
-
[tool.mypy]
strict_optional = true