mirror of
https://github.com/clearlinux/unbundle.git
synced 2026-08-19 05:07:39 +00:00
4da16f17ea
This release adds the requeted bundle to the output list for the --bundles flag. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
8 lines
106 B
Python
8 lines
106 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="unbundle",
|
|
version="0.1.2",
|
|
scripts=["unbundle"]
|
|
)
|