From 6df2ef639806567bf7ef9b3b50bef08b9cfb7e3a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 23:40:32 +0200 Subject: refactor({python,markdown}): Also move them to the templates diretory --- templates/unmaintained/python/setup.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/unmaintained/python/setup.cfg (limited to 'templates/unmaintained/python/setup.cfg') diff --git a/templates/unmaintained/python/setup.cfg b/templates/unmaintained/python/setup.cfg new file mode 100644 index 0000000..2c6d24f --- /dev/null +++ b/templates/unmaintained/python/setup.cfg @@ -0,0 +1,11 @@ +[metadata] +name = TODO +version = 1.0 + +[options] +packages = find: +install_requires = + +[options.entry_points] +console_scripts = + main = TODO:main -- cgit 1.4.1