a65138c
1
2
3
4
5
6
7
# -*- coding: utf-8 -*- from setuptools import setup setup(name='pyhwp.develop.unpack', py_modules=['pyhwp_unpack'], install_requires=['setuptools'], entry_points=dict(console_scripts=['pyhwp-unpack = pyhwp_unpack:main']))