from setuptools import setup setup(name = 'model_create', version = '0.1', description = 'Create neural-network model to replace complicated simulation models', url = 'https://github.com/BeckResearchLab/Neuralizer', author = 'Yuening Wang', license = 'MIT', packages = ['model_create'])