added more tests

include img in manifest
disclaimer in root cli script
add blinker to dev tools
version file included in package
cli bug fixes
This commit is contained in:
Matthew Scragg 2014-10-22 15:38:32 -05:00
parent 38e5ef85c0
commit bf3b3d3d74
13 changed files with 178 additions and 120 deletions

View file

@ -1,6 +1,14 @@
#!/usr/bin/env python
from realms.commands import cli
import pip
from realms.cli import cli
if __name__ == '__main__':
print
print "----------------------------------"
print "This script is for development.\n" \
"If you installed via pip, " \
"you should have realms-wiki in your PATH that should be used instead."
print "----------------------------------"
print
cli()