kopia lustrzana https://github.com/bellingcat/auto-archiver
toml
rodzic
d205846d1d
commit
7061ddcf62
|
@ -28,7 +28,6 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python 3.10
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "wheel", "setuptools-pipfile"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
[tool.setuptools-pipfile]
|
||||
[tool]
|
||||
setuptools-pipfile = "Pipfile"
|
4
setup.py
4
setup.py
|
@ -1,4 +0,0 @@
|
|||
from setuptools import setup
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup()
|
Ładowanie…
Reference in New Issue