diff --git a/MANIFEST b/MANIFEST index df4de156..90767c9e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1,5 +1,6 @@ README CHANGELOG +TODO setup.cfg setup.py version.py diff --git a/TODO b/TODO new file mode 100644 index 00000000..62d421f1 --- /dev/null +++ b/TODO @@ -0,0 +1,15 @@ + __ _ _ ___ _ + / _|__ _(_) |_ ) |__ __ _ _ _ + | _/ _` | | |/ /| '_ \/ _` | ' \ + |_| \__,_|_|_/___|_.__/\__,_|_||_| + +============================================================= +ToDo +============================================================= + +- cleanup fail2ban.py +- resolve DNS with 'host' and os.popen (???) +- improve configuration file and command line options + handling +- improve installation process +- create a web page for the project