Files
unbundle/setup.py
T
2019-08-16 17:22:30 -07:00

8 lines
106 B
Python

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