aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-06-03 22:32:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-06-03 22:32:41 +0200
commit1a98c27533f055cd7e494dd4f50853b072a2f831 (patch)
treef7def85d737a432f5188d0b04c7b15935a66b56a /setup.py
parentSetup sphinx documentation. (diff)
downloadmuppet-strings-1a98c27533f055cd7e494dd4f50853b072a2f831.tar.gz
muppet-strings-1a98c27533f055cd7e494dd4f50853b072a2f831.tar.xz
Add setup.cfg, license under AGPL.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..8bf1ba9
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,2 @@
+from setuptools import setup
+setup()