Files
unbundle/setup.py
T
Matthew Johnson 19ad0c6713 Release v0.1.0
This release adds os-core implicit-include resolution to unbundle and
adds the --bundles flag to list only included bundles instead of
included packages.

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

8 lines
106 B
Python

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