Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Aug 5, 2021
1 parent ca35a03 commit e360e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scrcpy-client"
version = "0.2.4"
version = "0.2.5"
description = "A client of scrcpy"
authors = ["lengyue <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion scrcpy_ui/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from main import main
from .main import main

__all__ = ["main"]

0 comments on commit e360e8c

Please sign in to comment.