tsm-net / tsmnet /setup.py
ernestchu's picture
init
32bac05
raw
history blame
106 Bytes
from setuptools import setup
setup(
name='tsmnet',
version='1.0.0',
packages=['tsmnet'],
)