Skip to content

Make Epicyon pip installable

decentral1se requested to merge decentral1se/epicyon:make-pip-installable into main

OK, so following the latest setuptools guide over @ https://setuptools.readthedocs.io/en/latest/userguide/quickstart.html, I did the bare minimum to get the package installable. If you do pip install pep517 and then python -m pep517.build . in the root of the repository, then you get a epicyon package build. Then I was able to pip install dist/epicyon-1.1.0-py3-none-any.whl and it installed! I could then import stuff successfully.

How do you want to bound the Python dependency versions on the setup.cfg file? I had to bound idna already because requests has bounds specified for it.

Annnddd then it is just a case of you making a Pypi account and uploading this thing.

Edited by decentral1se

Merge request reports