From 58970d3600a5d9311a7342231714409fa1fc7c27 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 11 Aug 2021 17:47:47 +0300 Subject: [PATCH] Revert "Add pyproject.toml." This reverts commit 30421d6e807cb1597cfdc0405c2094c60439be30. I think this causes the README render failure in `twine check` but I'm not sure since I can't reproduce it locally. The clue I'm going by is the other error about missing long_description_content_type. --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index b0471b7..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,3 +0,0 @@ -[build-system] -requires = ["setuptools", "wheel"] -build-backend = "setuptools.build_meta:__legacy__" \ No newline at end of file -- GitLab