From 2fa09f88f78c5f175ae807deef41f4ff0a7b69ce Mon Sep 17 00:00:00 2001 From: Sebastian Lohff Date: Wed, 27 Mar 2019 00:36:32 +0100 Subject: [PATCH] Add missing , to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 88f6161..9d23f5f 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( 'License :: OSI Approved :: Apache Software License', 'Programming Language :: Python :: 3', 'Environment :: Console', - ] + ], entry_points={ 'console_scripts': [ 'genconfdrv = genconfdrv.genconfdrv:main'