mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2024-11-21 12:20:56 +00:00
Delete setup.py
This commit is contained in:
parent
2c39b9d215
commit
83d0598d84
31
setup.py
31
setup.py
@ -1,31 +0,0 @@
|
||||
import setuptools
|
||||
|
||||
with open("README.md", "r", encoding="utf-8") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(
|
||||
name="vmcompact",
|
||||
version="1.2.6",
|
||||
author="Onyx and Iris",
|
||||
author_email="code@onyxandiris.online",
|
||||
description="Compact Tkinter Voicemeeter Remote App",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/onyx-and-iris/voicemeeter-compact",
|
||||
project_urls={
|
||||
"Bug Tracker": "https://github.com/onyx-and-iris/voicemeeter-compact/issues"
|
||||
},
|
||||
license="MIT",
|
||||
packages=["vmcompact"],
|
||||
package_data={
|
||||
"vmcompact": [
|
||||
"img/*",
|
||||
],
|
||||
},
|
||||
install_requires=[
|
||||
"toml",
|
||||
"sv-ttk",
|
||||
"voicemeeter@git+https://github.com/onyx-and-iris/voicemeeter-api-python#egg=voicemeeter",
|
||||
"vbancmd@git+https://github.com/onyx-and-iris/vban-cmd-python#egg=vbancmd",
|
||||
],
|
||||
)
|
Loading…
Reference in New Issue
Block a user