Don't run setup.py directly
All checks were successful
pyzebra CI/CD pipeline / prepare (push) Successful in 1s
pyzebra CI/CD pipeline / test-env (push) Successful in 1m54s
pyzebra CI/CD pipeline / prod-env (push) Has been skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 1s

https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
This commit is contained in:
2025-11-05 11:29:02 +01:00
parent 583526e219
commit 58ef47468e

View File

@@ -8,7 +8,7 @@ source:
path: ..
build:
script: python setup.py install --single-version-externally-managed --record=record.txt
script: python -m pip install .
noarch: python
number: 0
entry_points: