fix: method call in console_scripts
This commit is contained in:
4
setup.py
4
setup.py
@@ -15,8 +15,8 @@ setup(
|
||||
packages=['abcddb2vcard'],
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
'abcddb2vcard=abcddb2vcard.abcddb2vcard',
|
||||
'vcard2img=abcddb2vcard.vcard2img',
|
||||
'abcddb2vcard=abcddb2vcard.abcddb2vcard:main',
|
||||
'vcard2img=abcddb2vcard.vcard2img:main',
|
||||
]
|
||||
},
|
||||
long_description_content_type="text/markdown",
|
||||
|
||||
Reference in New Issue
Block a user