diff --git a/setup.py b/setup.py index e69de29..0e085ca 100644 --- a/setup.py +++ b/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) \ No newline at end of file