blob: cdb2b3ac1e911daad0819fd099603dffe3af4cfc [file] [log] [blame]
#!/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,
)