mirror of
https://git.zavage.net/Zavage-Software/app_skellington.git
synced 2024-12-21 22:29:20 -07:00
doc: urls and fixing some mistakes
This commit is contained in:
parent
cb083cd38e
commit
70c5c12fa5
0
CHANGELOG.md
Normal file
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" }]
|
||||
|
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-mirror.zavage.net/zavage-software/app_skellington",
|
||||
license="MIT",
|
||||
python_requires=">=3",
|
||||
classifiers=[
|
||||
|
Loading…
Reference in New Issue
Block a user