mirror of
https://github.com/clearlinux/unbundle.git
synced 2026-09-03 20:31:35 +00:00
Initial release of unbundle. 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.0.1",
|
|
scripts=["unbundle"]
|
|
)
|