voicemeeter-api-python/examples/dsl/setup.py

8 lines
122 B
Python

from setuptools import setup
setup(
name="dsl",
description="dsl example",
install_requires=["pyparsing"],
)