Skip to content

Commit 40d25c3

Browse files
committed
Minor changes (better outline of this framework)
1 parent a832346 commit 40d25c3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ succulent
77
</h1>
88

99
<h2 align="center">
10-
Collect POST requests easily
10+
A lightweight framework for collecting and processing data from HTTP POST requests
1111
</h2>
1212

1313
<p align="center">

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'succulent'
21-
copyright = '2023-2025, Tadej Lahovnik, Iztok Fister Jr.'
21+
copyright = '2023-2026, Tadej Lahovnik, Iztok Fister Jr.'
2222
author = 'Tadej Lahovnik, Iztok Fister Jr.'
2323

2424
# The full version, including alpha/beta/rc tags

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ succulent
33

44
.. automodule:: succulent
55

6-
succulent -- Collect POST requests easily
6+
succulent -- A lightweight framework for collecting and processing data from HTTP POST requests
77

88
* **Free software:** MIT license
99
* **Github repository:** https://github.com/firefly-cpp/succulent
10-
* **Python versions:** 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11x
10+
* **Python versions:** 3.7.x, 3.8.x, 3.9.x, 3.10.x, 3.11x, 3.12x, 3.13x
1111

1212
General outline of the framework
1313
---------------------------------
@@ -65,4 +65,4 @@ The documentation is organized into the following sections:
6565
:caption: About
6666

6767
license
68-
code_of_conduct
68+
code_of_conduct

0 commit comments

Comments
 (0)