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'