diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..b0f6ee9 --- /dev/null +++ b/setup.py @@ -0,0 +1,14 @@ +# -*- coding: utf-8 -*- +""" +Created on Wed Apr 1 18:16:39 2020 + +@author: Allen Arakaki +""" + + +from setuptools import setup + +setup(name='snakeClass', + version='0.1', + install_requires=['keras', 'numpy', 'pygame', 'seaborn', 'tensorFlow'] +) \ No newline at end of file