mirror of
https://github.com/gryf/wicd.git
synced 2026-04-20 12:41:26 +02:00
7b904077c5
Also removed placement of the modules for daemon, cli and curses client, since they are part of the wicd package now.
19 lines
299 B
INI
19 lines
299 B
INI
|
|
[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
|