from setuptools import setup setup(name='sulphur', version='0.0.1', description='Library for managing hardware', author = 'rboyapat', author_email = 'rboyapat@gmail.com', license='MIT', packages=['sulphur'], zip_safe=False)