cobiz / tools /unpack /setup.py
seawolf2357's picture
Add tools
a65138c verified
# -*- 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']))