1from setuptools import setup, find_packages2setup(name='pyhwp_uno',3 install_requires=['unokit', 'pyhwp'],4 packages=find_packages())5