Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix: update releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 24, 2020
1 parent 2539629 commit 6b24d7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions releaser
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ data_files = [
]
{DATA_FILE_MANIPULATE}
setup(
name='guiscrcpy',
version='{version}',
description='An Open Source - Fast - Android Screen Mirroring system.',
name="guiscrcpy",
version="{version}",
description="An Open Source - Fast - Android Screen Mirroring system.",
long_description=long_description,
long_description_content_type='text/markdown',
license='GPL v3',
Expand Down Expand Up @@ -180,7 +180,7 @@ VERSION_FILE = \
{COPYRIGHT}
"""
VERSION = '{version}'
VERSION = "{version}"
'''

# Create a new setup.py with all the information raw.
Expand Down

0 comments on commit 6b24d7f

Please sign in to comment.