frobar: Now version 3!

This commit is contained in:
Geoffrey Frogeye 2025-01-10 19:04:14 +01:00
parent 42d3d1b3a6
commit 9adfcd2377
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
8 changed files with 1329 additions and 3330 deletions

View file

@ -2,19 +2,17 @@ from setuptools import setup
setup(
name="frobar",
version="2.0",
version="3.0",
install_requires=[
"coloredlogs",
"notmuch",
"i3ipc",
"python-mpd2",
"psutil",
"pulsectl",
"pyinotify",
"pulsectl-asyncio",
"pygobject3",
"rich",
],
entry_points={
"console_scripts": [
"frobar = frobar:run",
"frobar = frobar:main",
]
},
)