ReFRACtor/ABSCO

Provide a setup.py or .whl file to allow python builds?

Opened this issue · 1 comments

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)

Any plans to make new changes/releases?