5 Commits

Author SHA1 Message Date
Muhammad Labeeb
95fe3e3cc3
feat: migrate from pylint/black to ruff (#57)
* feat: migrate from pylint/black to ruff

* test: verify python package distribution build when running make test
2025-08-28 19:00:22 +05:00
Muhammad Labeeb
802657547d v20.0.0 2025-06-05 18:11:57 +05:00
Syed Muhammad Dawoud Sheraz Ali
ad272f0cea
build: Add hatch_build in sdist to fix installation issues (#55) 2025-03-12 16:11:33 +05:00
Muhammad Labeeb
a5fea82a79
feat: migrate to pyproject.toml and hatch (#54)
* feat: migrate to pyproject.toml and hatch

* fix license and author

* update maintainer
2025-03-02 14:12:25 +05:00
Régis Behmo
4b2a1698ee 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