Spaces:
Running
Running
File size: 144 Bytes
38bc84f | 1 2 3 4 5 | from setuptools import setup, find_packages
setup(name='pyhwp_uno',
install_requires=['unokit', 'pyhwp'],
packages=find_packages())
|