no longer install script "maestral-gui"

This commit is contained in:
Sam Schott 2019-08-17 00:49:03 +01:00
parent af657785d7
commit 187db03983
2 changed files with 0 additions and 7 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/env bash
# startup script for maestral
# environment setup or checks outside of python can be done here
maestral gui

View File

@ -87,7 +87,6 @@ setup(
entry_points={
"console_scripts": ["maestral=maestral.console_script:main"],
},
scripts=['bin/maestral-gui'],
python_requires='>=3.6',
classifiers=[
'License :: OSI Approved :: MIT License',