Files
unbundle/setup.py
T
Matthew Johnson aa197ac10e Initial commit for unbundle
unbundle resolves packages for clr-bundles bundle definitions, resolving
includes. unbundle supports pundle includes.

Signed-off-by: Matthew Johnson <matthew.johnson@intel.com>
2018-04-12 17:22:11 -07:00

8 lines
104 B
Python

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