Skip to content

Commit c7213be

Browse files
authored
Merge pull request #13 from damonlynch/update-version-add-keywords-fix-readme-docs
Update version add keywords fix readme docs
2 parents aaf5278 + d8c93a9 commit c7213be

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog for Hatch Argparse Manpage
22
====================================
33

4+
1.0.0 (2024-04-25)
5+
------------------
6+
7+
- Add man page.
8+
49
0.6.0 (2024-04-09)
510
------------------
611

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build-backend = "hatchling.build"
5757
### Generating the manual page
5858

5959
This plugin requires the directories storing the generated man pages are
60-
within the project's base directory, and is not equal to the project's base
60+
within the project's base directory, and are not equal to the project's base
6161
directory.
6262

6363
For example, for a project named `myproject`, and a src layout

hatch_argparse_manpage/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-FileCopyrightText: Copyright 2024 Damon Lynch <damonlynch@gmail.com>
22
# SPDX-License-Identifier: GPL-3.0-or-later
3-
__version__ = "0.6.0"
3+
__version__ = "1.0.0"

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ keywords = [
1717
"documentation",
1818
"manpage",
1919
"manual page",
20-
"help"
20+
"help",
21+
"man page",
2122
]
2223
authors = [
2324
{ name = "Damon Lynch", email = "damonlynch@gmail.com" },
2425
]
2526
classifiers = [
26-
"Development Status :: 4 - Beta",
27+
"Development Status :: 5 - Production/Stable",
2728
"Framework :: Hatch",
2829
"Programming Language :: Python",
2930
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)