frobar: Now version 3!
This commit is contained in:
parent
42d3d1b3a6
commit
9adfcd2377
8 changed files with 1329 additions and 3330 deletions
|
@ -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",
|
||||
]
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue