diff --git a/setup.cfg b/setup.cfg index 15e664c..18c69f6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/export_static.py b/stackviz/export.py similarity index 100% rename from export_static.py rename to stackviz/export.py