mirror of
https://github.com/vale981/ablog
synced 2025-03-05 09:11:38 -05:00
removed python version exe
This commit is contained in:
parent
f5cabbaa4d
commit
fd3e30a629
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -62,7 +62,6 @@ setup(
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'ablog = ablog.commands:ablog_main',
|
'ablog = ablog.commands:ablog_main',
|
||||||
'ablog{0} = ablog.commands:ablog_main'.format(sys.version_info[0]),
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue