- commit
- 5de676d646903ed9a998bae4f1db9d81c12c063e
- parent
- f9fb7f8b62840dcd74387b9a47f67fb4b6cbf7cd
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2024-07-18 08:31
rename package to boon-term
Diffstat
| M | pyproject.toml | 2 | +- |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
@@ -3,7 +3,7 @@ requires = ["setuptools"] 3 3 build-backend = "setuptools.build_meta" 4 4 5 5 [project]6 -1 name = "boon"-1 6 name = "boon-term" 7 7 version = "0.0.0" 8 8 description = "unix terminal framework" 9 9 readme = "README.md"