Add missing , to setup.py

This commit is contained in:
Sebastian Lohff 2019-03-27 00:36:32 +01:00
parent ef9e71c7c0
commit 2fa09f88f7
1 changed files with 1 additions and 1 deletions

View File

@ -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'