mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-21 22:29:20 -07:00
doc: updating url to projectg page
This commit is contained in:
parent
dab6154f33
commit
edb7cd346a
@ -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 = "*"
|
||||
|
4
setup.py
4
setup.py
@ -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=[
|
||||
|
Loading…
Reference in New Issue
Block a user