Add missing , to setup.py

master
Sebastian Lohff 5 years ago
parent ef9e71c7c0
commit 2fa09f88f7

@ -17,7 +17,7 @@ setup(
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Environment :: Console', 'Environment :: Console',
] ],
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [
'genconfdrv = genconfdrv.genconfdrv:main' 'genconfdrv = genconfdrv.genconfdrv:main'

Loading…
Cancel
Save