2 Commits

Author SHA1 Message Date
Jhony Avella
ef8a30fecd
feat: migrate from setup.py to pyproject.toml (#38)
* feat: migrate from setup.py to pyproject.toml

* chore: addressing PR comments

* chore: addressing more comments
2025-03-11 13:21:02 -05:00
Régis Behmo
29e53d7fda fix: build-time warning
Installing from source triggers a warning on pip 23.0.1 if
pyproject.toml is not present. Building does not require any special
dependencies, so we just add a simple pyproject.toml file.

See: https://github.com/overhangio/tutor/issues/836
2023-05-17 10:24:21 +02:00