Skip to content

[Setup] Update setup in pyproject.toml

Context

Fix some issues with the pyproject.toml file.

Note that it allows also to use editable mode with : pip install -v --no-build-isolation -e .

Modified files

Modified:

  • pyproject.toml:
    • fix package find/package_data to include aidge_export_cpp package without the unit_tests
    • remove useless build dependency on toml
  • aidge_export_cpp/__init__.py: use the newly generated _version.py
  • README.md: add editable install instructions

Removed:

  • version.txt: was replaced by _version.py

Detailed major modifications

No major modification

TODO

Nope

Merge request reports