Mercurial > hg > autobot
comparison 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 |
comparison
equal
deleted
inserted
replaced
303:84b400e78b64 | 304:7b5ffdcd25c0 |
---|---|
32 [console_scripts] | 32 [console_scripts] |
33 create-autobot = autobot.template:create_autobot | 33 create-autobot = autobot.template:create_autobot |
34 create-autobot-master = autobot.template:create_master | 34 create-autobot-master = autobot.template:create_master |
35 create-autobot-slave = autobot.template:create_slave | 35 create-autobot-slave = autobot.template:create_slave |
36 create-autobot-project = autobot.template:create_project | 36 create-autobot-project = autobot.template:create_project |
37 parse-autobot-config = autobot.config:main | |
37 """, | 38 """, |
38 ) | 39 ) |