rename the package
This commit is contained in:
parent
d6deb2a9bc
commit
9cc2803842
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ def load_readme():
|
|||||||
def load_about():
|
def load_about():
|
||||||
about = {}
|
about = {}
|
||||||
with io.open(
|
with io.open(
|
||||||
os.path.join(HERE, "wp_oauth_backend", "__about__.py"),
|
os.path.join(HERE, "oauth2_wordpress", "__about__.py"),
|
||||||
"rt",
|
"rt",
|
||||||
encoding="utf-8",
|
encoding="utf-8",
|
||||||
) as f:
|
) as f:
|
||||||
|
Loading…
Reference in New Issue
Block a user