doc: updating url to projectg page

This commit is contained in:
Mathew Guest 2024-11-15 20:10:05 -07:00
parent dab6154f33
commit edb7cd346a
2 changed files with 6 additions and 7 deletions

@ -3,13 +3,13 @@ name = "app_skellington"
version = "0.1.0"
description = "app_skellington CLI framework"
authors = [
"Mathew Guest <mathew.guest@davita.com>",
"Mathew Guest <mat@zavage.net>",
]
license = "Creative Commons"
license = "MIT"
readme = "README.md"
homepage = "https://zavage-software.com"
repository = "https://git-mirror.zavage.net/Zavage-Software/app_skellington"
documentation = "https://git-mirror.zavage.net/Zavage-Software/app_skellington"
repository = "https://git-repos.zavage.net/Zavage-Software/app_skellington"
documentation = "https://git-repos.zavage.net/Zavage-Software/app_skellington"
keywords = [""]
packages = [{ include = "app_skellington" }]
@ -22,7 +22,6 @@ include = [
[tool.poetry.dependencies]
python = "^3.8"
# psycopg2-binary = "^2.9"
[tool.poetry.group.dev.dependencies]
black = "*"

@ -34,8 +34,8 @@ setup(
description="A high-powered command line menu framework.",
long_description=long_description,
author="Mathew Guest",
author_email="t3h.zavage@gmail.com",
url="https://git-mirror.zavage.net/Mirror/app_skellington",
author_email="mat@zavage.net",
url="https://git-repos.zavage.net/Mirror/app_skellington",
license="MIT",
python_requires=">=3",
classifiers=[