Files
unbundle/setup.py
T
Matthew Johnson 580865499a Release v0.0.1
Initial release of unbundle.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-04-12 17:41:30 -07:00

8 lines
106 B
Python

from setuptools import setup
setup(
name="unbundle",
version="0.0.1",
scripts=["unbundle"]
)