summaryrefslogtreecommitdiffstats
path: root/setup.py
blob: e2da6c2b2e0b9e9e18227945c76105b276aa537d (plain)
1
2
3
4
5
from setuptools import setup

setup(
    name='polymatrix'
)