1
0
Fork 0
forked from s3lph/matemat
matemat/setup.py

13 lines
243 B
Python
Raw Normal View History

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.'
)