Skip to content

Commit

Permalink
packaging: disable gui (again), barely working for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoomTen committed Aug 24, 2021
1 parent 1dbd764 commit 60de251
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
entry_points={
'console_scripts':
[
'mdiocre = mdiocre.interface.cli:cli',
'mdiocre-gui = mdiocre.interface.gui:gui'
'mdiocre = mdiocre.interface.cli:cli'
]
},
classifiers=[
Expand Down

0 comments on commit 60de251

Please sign in to comment.