diff options
author | benadha <benawiadha@gmail.com> | 2022-01-08 07:59:57 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2022-01-08 07:59:57 +0700 |
commit | 7e4a230a8336844cb344301870b87e7bea1691a6 (patch) | |
tree | 0fe0fbf14c18a1ad22ccd82524c7298b91fe1a6b /pyproject.toml | |
parent | 7e7022194431ca27cb1f6218cfcc87fc3e3a34eb (diff) | |
download | epy-7e4a230a8336844cb344301870b87e7bea1691a6.tar.gz |
Use setuptools as setup backend instead of poetry
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
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 |