doc: urls and fixing some mistakes

This commit is contained in:
Mathew Guest 2024-08-02 05:07:57 -06:00
parent cb083cd38e
commit 70c5c12fa5
4 changed files with 8 additions and 8 deletions

0
CHANGELOG.md Normal file

@ -10,7 +10,7 @@ Application framework for Python, features include:
Principles:
- Lend to creating beautiful, easy to read and understand code in the application.
- Minimize coupling of applications to this framework.
- Compatable with Linux, Windows, and Mac. Try to be compatible as possible otherwise.
- Compatible with Linux, Windows, and Mac. Try to be compatible as possible otherwise.
- Try to be compatible with alternate Python runtimes such as PyPy and older python environments. \*WIP
Application Configuration
@ -47,8 +47,8 @@ argument.
Debug - Turn on Logging
-----------------------
Set 'APPSKELLINGTON_ENABLE_LOGGING' environment variable to any value which turns
on AppSkellington-level logging. For example,
Set 'APPSKELLINGTON_DEBUG' environment variable to any value which turns
on AppSkellington logger. For example,
APPSKELLINGTON_DEBUG=1 <executable>

@ -7,9 +7,9 @@ authors = [
]
license = "Creative Commons"
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"
homepage = "https://zavage-software.com/portfolio/app_skellington"
repository = "https://git-mirror.zavage.net/zavage-software/app_skellington"
documentation = "https://git-mirror.zavage.net/zavage-software/app_skellington"
keywords = [""]
packages = [{ include = "app_skellington" }]

@ -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-mirror.zavage.net/zavage-software/app_skellington",
license="MIT",
python_requires=">=3",
classifiers=[