from setuptools import setup setup( name='matemat', version='2.0', packages=['matemat'], url='', license='', author='s3lph', author_email='', description='Replacement for the original Ruby matemat software.' )