Add missing , to setup.py
This commit is contained in:
parent
ef9e71c7c0
commit
2fa09f88f7
2
setup.py
2
setup.py
|
@ -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…
Reference in New Issue