diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 00000000..c691f066 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,7 @@ +[metadata] +name = dovetail +home-page = https://wiki.opnfv.org/display/dovetail + +[entry_points] +console_scripts = + dovetail = dovetail.main:main |