Files
unbundle/setup.py
T
Matthew Johnson 4da16f17ea Release v0.1.2
This release adds the requeted bundle to the output list for the
--bundles flag.

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

8 lines
106 B
Python

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