Skip to content

Commit

Permalink
optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Quan666 committed Jul 3, 2022
1 parent f3c8382 commit 55d6f39
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
Binary file modified README.md
Binary file not shown.
File renamed without changes.
1 change: 0 additions & 1 deletion pikpak/__init__.py → pikpakapi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from weakref import proxy
import requests
from .PikpakException import PikpakException, PikpakAccessTokenExpireException

Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ description = "PikPakAPI"
authors = ["Quan666 <[email protected]>"]
license = "GPL-3.0-only"
readme = "README.md"
packages = [
{ include = "pikpak" },
]
homepage = "https://github.com/Quan666/PikPakAPI"
repository = "https://github.com/Quan666/PikPakAPI"
keywords = ["pikpak", "api"]
Expand Down
2 changes: 1 addition & 1 deletion test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import json
from pikpak import PikPakAPI
from pikpakapi import PikPakAPI

if __name__ == "__main__":

Expand Down

0 comments on commit 55d6f39

Please sign in to comment.