From 9907cb50773db613f2048feaced800ef06d6d372 Mon Sep 17 00:00:00 2001 From: Hubert Tournier Date: Sat, 2 Mar 2024 00:20:12 +0100 Subject: [PATCH] 2024.3.2 update --- _template/src/COMMAND/library.py | 7 +++++++ setup.cfg | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 _template/src/COMMAND/library.py diff --git a/_template/src/COMMAND/library.py b/_template/src/COMMAND/library.py new file mode 100644 index 0000000..7064e1c --- /dev/null +++ b/_template/src/COMMAND/library.py @@ -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 +""" + +#################################################################################################### diff --git a/setup.cfg b/setup.cfg index cb102dd..2c40970 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -61,6 +61,7 @@ install_requires = pnu-mtoc pnu-ngc pnu-pipinfo + pnu-portstreelint; platform_system=="FreeBSD" pnu-prep pnu-rot13 pnu-strfile @@ -72,7 +73,7 @@ install_requires = pnu-wis [options.extras_require] -freebsd = pnu-vuxml +freebsd = pnu-vuxml; pnu-portstreelint [options.data_files] share/PNU =