mirror of
https://github.com/gryf/wicd.git
synced 2025-12-28 17:32:36 +01:00
Removed kde/gtk/gnome stuff from setup
Also removed placement of the modules for daemon, cli and curses client, since they are part of the wicd package now.
This commit is contained in:
14
setup.cfg
14
setup.cfg
@@ -1,4 +1,18 @@
|
||||
|
||||
[options]
|
||||
packages =
|
||||
wicd
|
||||
wicd/curses
|
||||
wicd/backends
|
||||
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
wicd=wicd.wicd_daemon:main
|
||||
wicd-cli=wicd.wicd_cli:main
|
||||
wicd-curses=wicd.curses.wicd_curses:main
|
||||
|
||||
[install]
|
||||
record = install.log
|
||||
|
||||
[bdist_rpm]
|
||||
group = Productivity/Networking/System
|
||||
|
||||
Reference in New Issue
Block a user