From 70c5c12fa5477885845153ab92aa4a3e1cb438e8 Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Fri, 2 Aug 2024 05:07:57 -0600 Subject: [PATCH] doc: urls and fixing some mistakes --- CHANGELOG.md | 0 README.md | 6 +++--- pyproject.toml | 6 +++--- setup.py | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md index 5eaa637..356c302 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index bd75071..918b5a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }] diff --git a/setup.py b/setup.py index 3e884b8..0104692 100755 --- a/setup.py +++ b/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=[