Add missing , to setup.py

master
Sebastian Lohff 5 年前
父节点 ef9e71c7c0
当前提交 2fa09f88f7

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

正在加载...
取消
保存