Move export_static.py to export.py; add executable command definition to setup.cfg to install `stackviz-export` command during `setup.py install`.

This commit is contained in:
Tim Buckley 2015-08-11 17:06:09 -06:00
parent e216d42597
commit 00e1e473fc
2 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ classifier =
packages =
stackviz
[entry_points]
console_scripts =
stackviz-export = stackviz.export:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build