Files
unbundle/setup.py
T
2019-09-20 14:17:32 -07:00

8 lines
106 B
Python

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