From 7061ddcf62d8c0efbdf9d4e9931560c8ebd56214 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Tue, 7 Feb 2023 22:56:43 +0000 Subject: [PATCH] toml --- .github/workflows/python-publish.yaml | 1 - pyproject.toml | 3 ++- setup.py | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) delete mode 100644 setup.py diff --git a/.github/workflows/python-publish.yaml b/.github/workflows/python-publish.yaml index f6494df..09fee96 100644 --- a/.github/workflows/python-publish.yaml +++ b/.github/workflows/python-publish.yaml @@ -28,7 +28,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python 3.10 uses: actions/setup-python@v4 with: diff --git a/pyproject.toml b/pyproject.toml index 0b46f6f..fe10590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,5 @@ [build-system] requires = ["setuptools", "wheel", "setuptools-pipfile"] build-backend = "setuptools.build_meta" -[tool.setuptools-pipfile] \ No newline at end of file +[tool] +setuptools-pipfile = "Pipfile" \ No newline at end of file diff --git a/setup.py b/setup.py deleted file mode 100644 index 57c026b..0000000 --- a/setup.py +++ /dev/null @@ -1,4 +0,0 @@ -from setuptools import setup - -if __name__ == "__main__": - setup() \ No newline at end of file