4 Commits

Author SHA1 Message Date
Danyal-Faheem
26d00745c8 v20.0.0 2025-06-26 22:21:32 +05:00
Syed Muhammad Dawoud Sheraz Ali
cea1f8f4ae
build: Add hatch_build in sdist to fix installation issues (#55) 2025-03-12 16:00:08 +05:00
Danyal Faheem
e1d37449ac
feat: migrate from setup.py/setuptools to pyproject.toml/hatch (#52)
* feat: migrate from setup.py/setuptools to pyproject.toml/hatch

* docs: add AGPL3 license
2025-02-18 12:56:03 +05:00
Régis Behmo
0a268f25f7 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