--- 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