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

8 lines
122 B
Python
Raw Permalink Normal View History

2023-06-23 17:53:03 +01:00
from setuptools import setup
setup(
name="dsl",
description="dsl example",
install_requires=["pyparsing"],
)