Skip to content

v2.8.3

Compare
Choose a tag to compare
@bsrdjan bsrdjan released this 25 Apr 13:05
· 107 commits to main since this release

enhancements

  • Following PEP-517 and PEP-518 standards, the direct use of setup.py is discouraged and pyproject.toml should be used instead. In this release the most of setup.py settings are ported to pyproject.toml
  • In addition:
    • Versioning is centralised at single place, in pyproject.toml file
    • Unit tests are added to validate the build and check the wheel and source distribution content. Build process may be changed in the future, like removing MANIFEST.in, following PEP-518 finalisation