pyhwp1 / tests /setup.py
seawolf2357's picture
Upload folder using huggingface_hub
619197a verified
from setuptools import setup, find_packages
setup(name='pyhwp-tests',
packages=find_packages(),
install_requires=['pyhwp'])