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.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/unmaintained/python/setup.py (limited to 'templates/unmaintained/python/setup.py') diff --git a/templates/unmaintained/python/setup.py b/templates/unmaintained/python/setup.py new file mode 100644 index 0000000..6068493 --- /dev/null +++ b/templates/unmaintained/python/setup.py @@ -0,0 +1,3 @@ +from setuptools import setup + +setup() -- cgit 1.4.1