blob: cdb2b3ac1e911daad0819fd099603dffe3af4cfc [file] [log] [blame]
Matteo Scandolo67654fa2017-06-09 09:33:17 -07001#!/usr/bin/env python
2
3from setuptools import setup
4
5setup(name='XosGenX',
6 version='1.0',
7 description='XOS Generative Toolchain',
8 author='Sapan Bhatia, Matteo Scandolo',
9 author_email='sapan@onlab.us, teo@onlab.us',
10 packages=['xosgenx'],
11 scripts=['bin/xosgenx'],
12 include_package_data=True,
13 )