freebsd-ports/devel/py-pyscaffold/files/patch-setup.cfg
Po-Chuan Hsieh 0d231ec121
devel/py-pyscaffold: Install missing template files
- Bump PORTREVISION for package change

PR:		281745
Reported by:	Yusuf Yaman <nxjoseph@protonmail.com>
2024-10-07 22:58:46 +08:00

20 lines
491 B
INI

--- setup.cfg.orig 2024-09-23 15:42:28 UTC
+++ setup.cfg
@@ -1,5 +1,5 @@
[metadata]
-name = PyScaffold
+name = pyscaffold
description = Template tool for putting up the scaffold of a Python project
author = Florian Wilhelm
author_email = Florian.Wilhelm@gmail.com
@@ -46,6 +46,10 @@ install_requires =
tomlkit>=0.7.0,<2
packaging>=20.7
colorama>=0.4.4; sys_platform == "win32"
+
+[options.package_data]
+pyscaffold.templates =
+ *.template
[options.packages.find]
where = src