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:
|
Principles:
|
||||||
- Lend to creating beautiful, easy to read and understand code in the application.
|
- Lend to creating beautiful, easy to read and understand code in the application.
|
||||||
- Minimize coupling of applications to this framework.
|
- 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
|
- Try to be compatible with alternate Python runtimes such as PyPy and older python environments. \*WIP
|
||||||
|
|
||||||
Application Configuration
|
Application Configuration
|
||||||
@ -47,8 +47,8 @@ argument.
|
|||||||
|
|
||||||
Debug - Turn on Logging
|
Debug - Turn on Logging
|
||||||
-----------------------
|
-----------------------
|
||||||
Set 'APPSKELLINGTON_ENABLE_LOGGING' environment variable to any value which turns
|
Set 'APPSKELLINGTON_DEBUG' environment variable to any value which turns
|
||||||
on AppSkellington-level logging. For example,
|
on AppSkellington logger. For example,
|
||||||
|
|
||||||
APPSKELLINGTON_DEBUG=1 <executable>
|
APPSKELLINGTON_DEBUG=1 <executable>
|
||||||
|
|
||||||
|
@ -7,9 +7,9 @@ authors = [
|
|||||||
]
|
]
|
||||||
license = "Creative Commons"
|
license = "Creative Commons"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://zavage-software.com"
|
homepage = "https://zavage-software.com/portfolio/app_skellington"
|
||||||
repository = "https://git-mirror.zavage.net/Zavage-Software/app_skellington"
|
repository = "https://git-mirror.zavage.net/zavage-software/app_skellington"
|
||||||
documentation = "https://git-mirror.zavage.net/Zavage-Software/app_skellington"
|
documentation = "https://git-mirror.zavage.net/zavage-software/app_skellington"
|
||||||
keywords = [""]
|
keywords = [""]
|
||||||
|
|
||||||
packages = [{ include = "app_skellington" }]
|
packages = [{ include = "app_skellington" }]
|
||||||
|
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-mirror.zavage.net/zavage-software/app_skellington",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
python_requires=">=3",
|
python_requires=">=3",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
Reference in New Issue
Block a user