1
0
Fork 0

Add missing , to setup.py

master
Sebastian Lohff 5 anos atrás
commit 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'

Carregando…
Cancelar
Salvar