mirror of
https://github.com/clearlinux/unbundle.git
synced 2026-09-04 12:51:43 +00:00
This release adds checks and prints failures for include loops and other types of errors. 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.1",
|
|
scripts=["unbundle"]
|
|
)
|