Don't run setup.py directly
https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user