aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-11-29 02:51:29 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-11-29 02:51:29 +0100
commit4587e5e124afcb13c81dea68e373420670d076b4 (patch)
tree91416ac5cb53dce9d80b466f66206a05c5a25a40 /setup.py
parentAdd makefile for ctags file. (diff)
downloadmu4web-4587e5e124afcb13c81dea68e373420670d076b4.tar.gz
mu4web-4587e5e124afcb13c81dea68e373420670d076b4.tar.xz
Properly specify version requirements, and add directory layout.
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()