Skip to content

Commit

Permalink
fix entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Oct 1, 2019
1 parent 6881a76 commit 4af7253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .appveyor/hook-shapeout2.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# The full license is in the file COPYING.txt, distributed with this software.
#-----------------------------------------------------------------------------

# Hook for PyJibe: https://github.com/AFM-analysis/PyJibe
from PyInstaller.utils.hooks import collect_data_files

# Data files
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@
python_requires='>=3.6, <4',
setup_requires=['pytest-runner'],
tests_require=["pytest", "pytest-qt"],
entry_points={"gui_scripts" : ['shapeout2 = shapeout.__main__:main']},
entry_points={"gui_scripts" : ['shapeout2 = shapeout2.__main__:main']},
keywords=["RT-DC", "deformability", "cytometry", "zellmechanik"],
classifiers= ['Operating System :: OS Independent',
'Programming Language :: Python :: 3',
'Intended Audience :: Science/Research',
],
platforms=['ALL']
)

0 comments on commit 4af7253

Please sign in to comment.