Skip to content

Commit

Permalink
2024.2.21 update
Browse files Browse the repository at this point in the history
  • Loading branch information
HubTou authored Feb 21, 2024
1 parent 69a09c9 commit 01618c1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _template/License
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023+ YOU
Copyright 2024+ YOU

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Expand Down
24 changes: 12 additions & 12 deletions _template/man/COMMAND.1
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
.Nd ONE_LINE_DESCRIPTION
.Sh SYNOPSIS
.Nm
.Op Fl -debug
.Op Fl -help|-?
.Op Fl -version
.Op Fl -
.Op Fl \-debug
.Op Fl \-help|\-?
.Op Fl \-version
.Op Fl \-
.Ar MANDATORY_ARG
.Op Ar OPTIONAL_ARG
.Sh DESCRIPTION
The
.Nm
utility
.Ss OPTIONS
.Op Fl -debug
.Op Fl \-debug
Enable debug mode
.Pp
.Op Fl -help|-?
.Op Fl \-help|\-?
Print usage and this help message and exit
.Pp
.Op Fl -version
.Op Fl \-version
Print version and exit
.Pp
.Op Fl -
.Op Fl \-
Options processing terminator
.Sh ENVIRONMENT
The
Expand Down Expand Up @@ -68,18 +68,18 @@ The
.Nm
utility is a standard UNIX/POSIX command.
utility is a standard UNIX command, though not a POSIX one.
utility is not a standard UNIX command, though a usual one on Unix-like systems.
utility is not a standard UNIX command, though a usual one on Unix\-like systems.
utility is not a standard UNIX command.
.Pp
This re-implementation tries to follow the PEP 8 style guide for Python code.
This re\-implementation tries to follow the PEP 8 style guide for Python code.
.Sh PORTABILITY
To be tested under Windows.
Tested OK under Windows.
.Sh HISTORY
This re-implementation was made for the
This re\-implementation was made for the
.Lk https://github.com/HubTou/PNU PNU project
.Sh LICENSE
It is available under the 3-clause BSD license.
It is available under the 3\-clause BSD license.
.Sh AUTHORS
.An YOU
.Pp
Expand Down
2 changes: 1 addition & 1 deletion _template/man/LIBRARY.3
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tries to follow the PEP 8 style guide for Python code.
This library was made for the
.Lk https://github.com/HubTou/PNU PNU project
.Sh LICENSE
This library is available under the 3-clause BSD license.
This library is available under the 3\-clause BSD license.
.Sh AUTHORS
.An AUTHOR_NAME
.Sh CAVEATS
Expand Down
1 change: 1 addition & 0 deletions _template/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries :: Python Modules <= If you offer libraries functions
Topic :: System <= For standard Unix utilities or system tools
Topic :: Utilities
Expand Down

0 comments on commit 01618c1

Please sign in to comment.