dwellbot_stream3r / setup.py
brian4dwell's picture
add stream3r
9d31508
Raw
History Blame Contribute Delete
144 Bytes
from setuptools import find_packages, setup
setup(
name="stream3r",
version="1.0",
packages=find_packages(include=["stream3r"]),
)