1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-07 06:14:16 +01:00

Added README and INSTALL files.

Added a setup.py script.
Added the new init and suspend scripts to a folder called other, which also holds all files which don't currently go in the /opt/wicd folders.  These are used by the setup.py script and put into their respective directories.
This commit is contained in:
imdano
2008-03-15 00:25:59 +00:00
parent 18f9638e3d
commit f662e62442
5 changed files with 213 additions and 0 deletions

6
MANIFEST.in Normal file
View File

@@ -0,0 +1,6 @@
include data/wicd.glade
include data/wicd.png
recursive-include other *
recursive-include encryption *
recursive-include images *
recursive-include translations *