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"
|
version = "0.1.0"
|
||||||
description = "app_skellington CLI framework"
|
description = "app_skellington CLI framework"
|
||||||
authors = [
|
authors = [
|
||||||
"Mathew Guest <mathew.guest@davita.com>",
|
"Mathew Guest <mat@zavage.net>",
|
||||||
]
|
]
|
||||||
license = "Creative Commons"
|
license = "MIT"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://zavage-software.com"
|
homepage = "https://zavage-software.com"
|
||||||
repository = "https://git-mirror.zavage.net/Zavage-Software/app_skellington"
|
repository = "https://git-repos.zavage.net/Zavage-Software/app_skellington"
|
||||||
documentation = "https://git-mirror.zavage.net/Zavage-Software/app_skellington"
|
documentation = "https://git-repos.zavage.net/Zavage-Software/app_skellington"
|
||||||
keywords = [""]
|
keywords = [""]
|
||||||
|
|
||||||
packages = [{ include = "app_skellington" }]
|
packages = [{ include = "app_skellington" }]
|
||||||
@ -22,7 +22,6 @@ include = [
|
|||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
# psycopg2-binary = "^2.9"
|
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "*"
|
black = "*"
|
||||||
|
4
setup.py
4
setup.py
@ -34,8 +34,8 @@ setup(
|
|||||||
description="A high-powered command line menu framework.",
|
description="A high-powered command line menu framework.",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
author="Mathew Guest",
|
author="Mathew Guest",
|
||||||
author_email="t3h.zavage@gmail.com",
|
author_email="mat@zavage.net",
|
||||||
url="https://git-mirror.zavage.net/Mirror/app_skellington",
|
url="https://git-repos.zavage.net/Mirror/app_skellington",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
python_requires=">=3",
|
python_requires=">=3",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
Reference in New Issue
Block a user