mirror of
https://github.com/clearlinux/unbundle.git
synced 2026-06-16 02:35:48 +00:00
aa197ac10e
unbundle resolves packages for clr-bundles bundle definitions, resolving includes. unbundle supports pundle includes. Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
8 lines
104 B
Python
8 lines
104 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="unbundle",
|
|
version="0.1",
|
|
scripts=["unbundle"]
|
|
)
|