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

Commit

Permalink
Fix long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Apr 17, 2020
1 parent 0ed721b commit e51d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion releaser
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ setup(
name='guiscrcpy',
version='{version}',
description='An Open Source - Fast - Android Screen Mirroring system.',
long_description={long_description},
long_description="""{long_description}""",
long_description_content_type='text/markdown',
license='GPL v3',
author='srevinsaju',
Expand Down

0 comments on commit e51d15f

Please sign in to comment.