Skip to content

Commit

Permalink
fixed the indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlib committed Apr 8, 2019
1 parent 02c8712 commit 53c80ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name='pyptv',
version='0.1.1',
version='0.1.1a',
description='Python GUI for the OpenPTV library `liboptv`',
author="Alex Liberzon",
author_email='[email protected]',
Expand All @@ -25,7 +25,7 @@
entry_points={
'console_scripts': [
'pyptv=pyptv.cli:cli',
'ptvgui=pyptv.pyptv_gui:main'
'ptvgui=pyptv.pyptv_gui:main'
]
},
install_requires=requirements,
Expand Down

0 comments on commit 53c80ad

Please sign in to comment.