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