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:
parent
e216d42597
commit
00e1e473fc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user