diff options
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | TODO | 15 | ||||
-rwxr-xr-x | setup.py | 1 |
3 files changed, 18 insertions, 2 deletions
@@ -50,3 +50,7 @@ tomfoolery, but if not, you can install system-wide: $ sudo ./setup.py install +To build a one-off debian package, install ``python-stdeb`` and then run: + + $ python setup.py --command-packages=stdeb.command bdist_deb + @@ -45,8 +45,19 @@ # Soon -- flesh out README -- installation script +- resolve super-slow status lookup problem. err? note: dreamplug is Python + 2.7.3rc2 +- ifup/down doesn't set link status? +- lan/wan eth0/eth1 mixup +- use uaputl (not iw) for wireless stuff if a uap device +- hostname, iw, nl80211 dependancies (?) +- remove hostname -f stuff (sigh) +- CSS: blank space at top +- timeout on popen? wlan0 issue. +- port and ip as args +- uap0 as default (?) +- add setuptools (python-setuptools) dependancy +- init.d script - display DHCP lease status of WAN port - modify DHCP lease settings for ethernet LAN - enable/disable hotplug in interfaces when method changes @@ -12,6 +12,7 @@ setup( install_requires=[ 'Flask', 'python-augeas', + 'setuptools' ], dependancy_links=['https://fedorahosted.org/released/python-augeas/'], entry_points = { |