Skip to content

Switch to pyproject.toml

Jerome Lesaint requested to merge keywords into master

Add some infos to the PyPi nabu'page (keywords, classifiers, long description...). In the same time, adds a pyproject.toml file. Both pryproject.toml and setup.py were tested on the PyPi test page.

  • Build with both files.
  • Upload to https://test.pypi.org/legacy/
  • pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple nabu

Note that the pyproject.toml file is named save.pyproject.toml.save in order to not clonflict with setup.py. Should we decide to migrate to pyproject.toml, a legacy setup.py would be needed. But don't know exactly to deal with legacy issues.

Merge request reports