File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog for Hatch Argparse Manpage
2
2
====================================
3
3
4
+ 1.0.0 (2024-04-25)
5
+ ------------------
6
+
7
+ - Add man page.
8
+
4
9
0.6.0 (2024-04-09)
5
10
------------------
6
11
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ build-backend = "hatchling.build"
57
57
### Generating the manual page
58
58
59
59
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
61
61
directory.
62
62
63
63
For example, for a project named ` myproject ` , and a src layout
Original file line number Diff line number Diff line change 1
1
# SPDX-FileCopyrightText: Copyright 2024 Damon Lynch <damonlynch@gmail.com>
2
2
# SPDX-License-Identifier: GPL-3.0-or-later
3
- __version__ = "0.6 .0"
3
+ __version__ = "1.0 .0"
Original file line number Diff line number Diff line change @@ -17,13 +17,14 @@ keywords = [
17
17
" documentation" ,
18
18
" manpage" ,
19
19
" manual page" ,
20
- " help"
20
+ " help" ,
21
+ " man page" ,
21
22
]
22
23
authors = [
23
24
{ name = " Damon Lynch" , email = " damonlynch@gmail.com" },
24
25
]
25
26
classifiers = [
26
- " Development Status :: 4 - Beta " ,
27
+ " Development Status :: 5 - Production/Stable " ,
27
28
" Framework :: Hatch" ,
28
29
" Programming Language :: Python" ,
29
30
" Programming Language :: Python :: 3.8" ,
You can’t perform that action at this time.
0 commit comments