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

Commit 54e3d4b

Browse files
committed
Fixed Typo
1 parent 50e9ee2 commit 54e3d4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@
1313

1414
setup(
1515
name = 'guiscrcpy',
16-
version = repo.git.describe("--tags"),
16+
version = repo.git.describe("--tags")[:-9],
1717
description = 'An Open Source - Fast - Android Screen Mirroring system.',
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',
2020
license='GPL v3',
2121
author = 'srevinsaju',
22+
author_email="[email protected]",
2223
packages = ['guiscrcpy'],
2324
url = "https://srevinsaju.github.io/guiscrcpy",
2425
download_url = "https://github.com/srevinsaju/guiscrcpy/archive/master.zip",

0 commit comments

Comments
 (0)