cleanup meta data

This commit is contained in:
lpm0073 2022-10-11 15:37:53 -05:00
parent ebaf71e8b9
commit ba970fed60
3 changed files with 3 additions and 5 deletions

View File

@ -40,9 +40,7 @@ include this repo in your project's requiremets.txt, or install it from the comm
.. code-block:: shell .. code-block:: shell
cd path/to/your/virtual/environment pip install edx-oauth2-wordpress-backend
source path/to/venv/bin/activate
pip install https://github.com/lpm0073/edx-oauth2-wordpress-backend
2. subclass WPOpenEdxOAuth2 2. subclass WPOpenEdxOAuth2
~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -20,7 +20,7 @@ dependencies = [
"social-auth-core==4.2.0", "social-auth-core==4.2.0",
"social-auth-app-django==5.0.0" "social-auth-app-django==5.0.0"
] ]
keywords = ["Wordpress", "OAuth", "Open edX"] keywords = ["Open edX", "oauth", "Wordpress"]
[project.urls] [project.urls]
"Homepage" = "https://github.com/lpm0073/edx-oauth2-wordpress-backend" "Homepage" = "https://github.com/lpm0073/edx-oauth2-wordpress-backend"

View File

@ -84,7 +84,7 @@ setup(
include_package_data=True, include_package_data=True,
package_data={"": ["*.html"]}, # include any templates found in this repo. package_data={"": ["*.html"]}, # include any templates found in this repo.
zip_safe=False, zip_safe=False,
keywords="Wordpress, oauth, Open edX", keywords="Open edX, oauth, Wordpress",
python_requires=">=3.7", python_requires=">=3.7",
install_requires=load_requirements("requirements/stable-psa.txt"), install_requires=load_requirements("requirements/stable-psa.txt"),
classifiers=[ classifiers=[