mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-06-27 23:00:23 +01:00
8 lines
122 B
Python
8 lines
122 B
Python
from setuptools import setup
|
|
|
|
setup(
|
|
name="dsl",
|
|
description="dsl example",
|
|
install_requires=["pyparsing"],
|
|
)
|