Fix project descriptions
Committed 5fcc13
--- a/pyproject.toml
+++ b/pyproject.toml
[tool.poetry]
name = "webint-system"
version = "0.0.23"
-description = "manage the system"
+description = "manage your website's system"
keywords = ["webint"]
homepage = "https://ragt.ag/code/projects/webint-system"
repository = "https://ragt.ag/code/projects/webint-system.git"
--- a/webint_system/__init__.py
+++ b/webint_system/__init__.py
"""
-Manage code on your website.
-
-- Supports [PEP 503 -- Simple Repository API][0] managing Python packages.
-
-[0]: https://www.python.org/dev/peps/pep-0503/
+Manage the system that powers your website.
"""