mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-24 11:50:48 +00:00
add setup.py for dsl example
This commit is contained in:
parent
40d984c44f
commit
27d7f1fcd5
7
examples/dsl/setup.py
Normal file
7
examples/dsl/setup.py
Normal file
@ -0,0 +1,7 @@
|
||||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="dsl",
|
||||
description="dsl example",
|
||||
install_requires=["pyparsing"],
|
||||
)
|
Loading…
Reference in New Issue
Block a user