blob: 7cef49de7cc77d8a701b6b7a9a261753808b1d9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- 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
|