Skip to content

Commit

Permalink
2024.3.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
HubTou committed Mar 1, 2024
1 parent 01618c1 commit 9907cb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions _template/src/COMMAND/library.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env python3
""" COMMAND - ONE_LINE_DESCRIPTION
License: 3-clause BSD (see https://opensource.org/licenses/BSD-3-Clause)
Author: YOU
"""

####################################################################################################
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = PNU
description = The PNU Project
long_description = file: README.md
long_description_content_type = text/markdown
version = 2024.2.21
version = 2024.3.2
license = BSD 3-Clause License
license_files = License
author = Hubert Tournier
Expand Down Expand Up @@ -61,6 +61,7 @@ install_requires =
pnu-mtoc
pnu-ngc
pnu-pipinfo
pnu-portstreelint; platform_system=="FreeBSD"
pnu-prep
pnu-rot13
pnu-strfile
Expand All @@ -72,7 +73,7 @@ install_requires =
pnu-wis

[options.extras_require]
freebsd = pnu-vuxml
freebsd = pnu-vuxml; pnu-portstreelint

[options.data_files]
share/PNU =
Expand Down

0 comments on commit 9907cb5

Please sign in to comment.