qutebrowser: Own file
This commit is contained in:
parent
597b50ebef
commit
ecc6cb983d
21 changed files with 103 additions and 95 deletions
20
hm/desktop/frobar/setup.py
Normal file
20
hm/desktop/frobar/setup.py
Normal file
|
@ -0,0 +1,20 @@
|
|||
from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="frobar",
|
||||
version="2.0",
|
||||
install_requires=[
|
||||
"coloredlogs",
|
||||
"notmuch",
|
||||
"i3ipc",
|
||||
"python-mpd2",
|
||||
"psutil",
|
||||
"pulsectl",
|
||||
"pyinotify",
|
||||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"frobar = frobar:run",
|
||||
]
|
||||
},
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue