mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2026-04-09 16:43:31 +00:00
add setup.py for dsl example
This commit is contained in:
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"],
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user