summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-23 09:45:20 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-23 09:45:20 +0100
commitc47914485e4eca6e1dda6f9702fda49e65ef750c (patch)
tree1b76c8725b4021a3cdcc5489a3877b9fb3d3e293 /setup.py
parent75303a157c460c98dd0fe66c9a1bf315c9ffb45c (diff)
downloadciatlib-c47914485e4eca6e1dda6f9702fda49e65ef750c.tar.gz
Fix having added the wrong directory
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100644
index 0000000..b6454b4
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,5 @@
+from distutils.core import setup
+
+setup(name='ciatlib',
+ packages=['ciatlib'],
+ )