cadCAD/setup.py

11 lines
313 B
Python

from setuptools import setup
setup(name='SimCAD',
version='0.1',
description='Sim-Cad Enigne',
url='https://github.com/BlockScience/DiffyQ-SimCAD',
author='Joshua E. Jodesty',
author_email='joshua@block.science',
license='MIT',
packages=['engine'],
zip_safe=False)