fprime-tools/setup.py
Thomas Boyer-Chammard c91bd87468
Add pyproject.toml (#181)
* Remove setup.py and add pyproject.toml

* test: add testing publishing workflow

* Trigger CI only on devel and PRs

* Install `build` dependency

* test: hardcode semantic version

* test: publish to testpypi/fprime-tools

* test: better formatting

* Revert testing changes

* spelling

* Review recommendations

* link license file and comments

* spelling

* Add notes for legacy config options

* Add Python3.12 classifier
2023-12-13 15:14:01 -08:00

7 lines
190 B
Python

# setup.py is kept to support legacy builds
# https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
from setuptools import setup
# Configuration is in pyproject.toml
setup()