init packaging
This commit is contained in:
parent
577ac24b96
commit
b2cd2f8856
11
setup.py
11
setup.py
|
|
@ -0,0 +1,11 @@
|
||||||
|
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)
|
||||||
Loading…
Reference in New Issue