From 4faba2a37cd790bb1c1ccd7bfe46e34396f91c05 Mon Sep 17 00:00:00 2001 From: "Joshua E. Jodesty" Date: Thu, 22 Aug 2019 17:22:46 -0400 Subject: [PATCH] added Liscense + Authors --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fee44eb..a55148e 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,6 @@ setup(name='cadCAD', url='https://github.com/BlockScience/DiffyQ-SimCAD', author='Joshua E. Jodesty', author_email='joshua@block.science, joshua.jodesty@gmail.com', - # license='LICENSE', + license='LICENSE.txt', packages=find_packages() ) \ No newline at end of file