TeXray / tests /setup.py
seawolf2357's picture
Add tests
3315103 verified
raw
history blame
136 Bytes
from setuptools import setup, find_packages
setup(name='pyhwp-tests',
packages=find_packages(),
install_requires=['pyhwp'])