Skip to content

Commit 39054cd

Browse files
committed
use console_scripts for simulator in setup.py because although it is a gui program we want to start it from the console with some help options!
1 parent 5cbe377 commit 39054cd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,9 @@
4545
python_requires=">=3.6",
4646
install_requires=['ev3devlogging','arcade==2.1.3','pyobjc;sys.platform=="darwin"','pyyaml','pymunk'],
4747
packages=find_packages(),
48-
#packages=['ev3dev2','ev3dev2simulator'],
49-
#include_package_data=True,
5048
package_data={"ev3dev2simulator": ["config/*","assets/images/*"] },
5149
entry_points={
52-
'gui_scripts': [
50+
'console_scripts': [
5351
'ev3dev2simulator = ev3dev2simulator.__main__:main'
5452
]
5553
},

0 commit comments

Comments
 (0)