[CORD-1440] Moving the generative toolchain in a library

Change-Id: Ifa8e8f930ac34e1f8952099b7e34842a52f4664d
diff --git a/lib/xos-genx/setup.py b/lib/xos-genx/setup.py
new file mode 100644
index 0000000..cdb2b3a
--- /dev/null
+++ b/lib/xos-genx/setup.py
@@ -0,0 +1,13 @@
+#!/usr/bin/env python
+
+from setuptools import setup
+
+setup(name='XosGenX',
+      version='1.0',
+      description='XOS Generative Toolchain',
+      author='Sapan Bhatia, Matteo Scandolo',
+      author_email='sapan@onlab.us, teo@onlab.us',
+      packages=['xosgenx'],
+      scripts=['bin/xosgenx'],
+      include_package_data=True,
+     )
\ No newline at end of file