diff --git a/CHANGELOG.md b/CHANGELOG.md index d9af7d3..701bb69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased](https://github.com/alexdlaird/hookee/compare/2.3.8...HEAD) +### Added + +- Dependency and documentation improvements. + ## [2.3.8](https://github.com/alexdlaird/hookee/compare/2.3.7...2.3.8) - 2025-01-11 ### Added diff --git a/LICENSE b/LICENSE index a79e291..b771064 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020-2024 Alex Laird +Copyright (c) 2020-2025 Alex Laird Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index b2df088..93e7965 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

hookee - command line webhooks, on demand

+

hookee - Command line webhooks, on demand

[![Version](https://img.shields.io/pypi/v/hookee)](https://pypi.org/project/hookee) [![Python Versions](https://img.shields.io/pypi/pyversions/hookee.svg)](https://pypi.org/project/hookee/) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 90666e4..3dbe466 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -7,12 +7,12 @@ content="Command line webhooks, on demand! Dump request data to the console, customize responses, configurable in any number of ways through plugins."/> - + - + diff --git a/docs/conf.py b/docs/conf.py index b12c90a..e5afbb7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,4 +1,4 @@ -__copyright__ = "Copyright (c) 2020-2024 Alex Laird" +__copyright__ = "Copyright (c) 2020-2025 Alex Laird" __license__ = "MIT" import datetime @@ -158,7 +158,7 @@ # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, "hookee.tex", "hookee Documentation", - "Alex Laird", "manual"), + author, "manual"), ] # -- Options for manual page output ------------------------------------------ @@ -177,7 +177,7 @@ # dir menu entry, description, category) texinfo_documents = [ (master_doc, "hookee", "hookee Documentation", - author, "hookee", "Command line webhooks, on demand.", + author, "hookee", "Command line webhooks, on demand", "Miscellaneous"), ] diff --git a/docs/index.rst b/docs/index.rst index c6a0706..3a26556 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,11 +1,11 @@ .. rst-class:: hide-header ***************************************** -hookee - command line webhooks, on demand +hookee - Command line webhooks, on demand ***************************************** .. image:: _html/logo.png - :alt: hookee - command line webhooks, on demand + :alt: hookee - Command line webhooks, on demand :align: center .. image:: https://img.shields.io/pypi/v/hookee diff --git a/pyproject.toml b/pyproject.toml index 268937b..1e74fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "hookee" dynamic = ["version"] -description = "Command line webhooks, on demand." +description = "Command line webhooks, on demand" readme = "README.md" license = { file = "LICENSE" } maintainers = [{ name = "Alex Laird", email = "contact@alexlaird.com" }]