aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorbozokopic <bozo.kopic@gmail.com>2017-04-25 00:07:53 +0200
committerbozokopic <bozo.kopic@gmail.com>2017-04-25 00:07:53 +0200
commitf31a6f75f43653a5b3d01aa622371b6676caefd1 (patch)
treee435a98d66786ffaceec072a00ba8a91078e70da /setup.py
parent1a0f8d519b0906a53c35cf36a83b4ab69345678f (diff)
heroku bugfix
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..fb71334
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,4 @@
+from setuptools import setup
+
+
+setup(name='opcut')