Files
unbundle/setup.py
T
2019-09-19 16:38:46 -07:00

8 lines
106 B
Python

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