mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
removed requirements.txt and MANIFEST.in
This commit is contained in:
parent
98b8a693fa
commit
974b84c5ee
@ -1,2 +0,0 @@
|
||||
include requirements.txt
|
||||
include vulture-wl.py
|
||||
@ -1,9 +0,0 @@
|
||||
RPi.GPIO
|
||||
aiohttp
|
||||
aiofiles
|
||||
pyudev
|
||||
pyyaml
|
||||
pyserial
|
||||
setproctitle
|
||||
systemd-python
|
||||
dbus-python
|
||||
5
setup.py
5
setup.py
@ -6,9 +6,6 @@ from setuptools import setup
|
||||
|
||||
# =====
|
||||
def main() -> None:
|
||||
with open("requirements.txt") as requirements_file:
|
||||
install_requires = list(filter(None, requirements_file.read().splitlines()))
|
||||
|
||||
setup(
|
||||
name="kvmd",
|
||||
version="0.103",
|
||||
@ -39,8 +36,6 @@ def main() -> None:
|
||||
],
|
||||
},
|
||||
|
||||
install_requires=install_requires,
|
||||
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
|
||||
"Development Status :: 3 - Alpha",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user