Add tox support for easier deployment in CI
[deliverable/lttng-ivc.git] / setup.py
diff --git a/setup.py b/setup.py
new file mode 100644 (file)
index 0000000..f00cbf9
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,9 @@
+from distutils.core import setup
+
+setup(
+    name='lttng-ivc',
+    version='0.1dev',
+    packages=[],
+    license='MIT',
+    long_description=open('README').read(),
+)
This page took 0.023005 seconds and 5 git commands to generate.