diff setup.py @ 304:7b5ffdcd25c0

work on parsing .ini
author Jeff Hammel <k0scist@gmail.com>
date Sun, 11 May 2014 10:04:54 -0700
parents b6d0ce3cf430
children 52baa0f2995a
line wrap: on
line diff
--- a/setup.py	Sun May 11 09:59:34 2014 -0700
+++ b/setup.py	Sun May 11 10:04:54 2014 -0700
@@ -34,5 +34,6 @@
       create-autobot-master = autobot.template:create_master
       create-autobot-slave = autobot.template:create_slave
       create-autobot-project = autobot.template:create_project
+      parse-autobot-config = autobot.config:main
       """,
       )