Add missing , to setup.py

这个提交包含在:
Sebastian Lohff 2019-03-27 00:36:32 +01:00
父节点 ef9e71c7c0
当前提交 2fa09f88f7
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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