Skip to content

Commit

Permalink
Fixed setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Apr 26, 2023
1 parent 509dc7f commit 4f1ed1b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
name='imshowTk',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description='A lightweight replacement for openCV's imshow using Tk',
description='A lightweight replacement for openCV imshow using Tk',
long_description=long_description,
long_description_content_type='text/x-rst',
url='https://github.com/SciKit-Surgery/imshowTk',
author='Stephen Thompson',
author_email='YOUR-EMAIL@ucl.ac.uk',
author_email='s.thompson@ucl.ac.uk',
license='BSD-3 license',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down Expand Up @@ -54,8 +54,5 @@
],

entry_points={
'console_scripts': [
'imshowtk=imshowtk.__main__:main',
],
},
)

0 comments on commit 4f1ed1b

Please sign in to comment.