I'm trying to create an RPM from this, can a setup.py file or an upload of the whl file be added to the releases?
Would also be helpful if available on here to enable builds by using pip installs as such:
https://pypi.org/project/
$ python -m pip install
As shown here:
pyproject wheel
python build
/usr/bin/python3 -sBm build -w --no-isolation
ERROR Source /home/ss/rpmbuild/BUILD/ABSCO-1.1 does not appear to be a Python project: no pyproject.toml or setup.py
error: Bad exit status from /var/tmp/rpm-tmp.6sOtBo (%build)
I'm trying to create an RPM from this, can a setup.py file or an upload of the whl file be added to the releases?
Would also be helpful if available on here to enable builds by using pip installs as such: https://pypi.org/project/
$ python -m pip install
As shown here: pyproject wheel python build