cleanup meta data
This commit is contained in:
parent
ebaf71e8b9
commit
ba970fed60
@ -40,9 +40,7 @@ include this repo in your project's requiremets.txt, or install it from the comm
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
cd path/to/your/virtual/environment
|
||||
source path/to/venv/bin/activate
|
||||
pip install https://github.com/lpm0073/edx-oauth2-wordpress-backend
|
||||
pip install edx-oauth2-wordpress-backend
|
||||
|
||||
2. subclass WPOpenEdxOAuth2
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -20,7 +20,7 @@ dependencies = [
|
||||
"social-auth-core==4.2.0",
|
||||
"social-auth-app-django==5.0.0"
|
||||
]
|
||||
keywords = ["Wordpress", "OAuth", "Open edX"]
|
||||
keywords = ["Open edX", "oauth", "Wordpress"]
|
||||
|
||||
[project.urls]
|
||||
"Homepage" = "https://github.com/lpm0073/edx-oauth2-wordpress-backend"
|
||||
|
2
setup.py
2
setup.py
@ -84,7 +84,7 @@ setup(
|
||||
include_package_data=True,
|
||||
package_data={"": ["*.html"]}, # include any templates found in this repo.
|
||||
zip_safe=False,
|
||||
keywords="Wordpress, oauth, Open edX",
|
||||
keywords="Open edX, oauth, Wordpress",
|
||||
python_requires=">=3.7",
|
||||
install_requires=load_requirements("requirements/stable-psa.txt"),
|
||||
classifiers=[
|
||||
|
Loading…
Reference in New Issue
Block a user