Skip to content

add packaging following best practices

Joel Beckmeyer requested to merge TnSb/relay:packaging into master

I made this repo package-able as a python module. You can use either the "legacy" setuptools method or pyproject.toml/setup.cfg. Note that this also includes the updates to dependencies to be compatible with Python 3.10 that I did over here: !29 (closed).

Merge request reports