From ba970fed605df9b9fde4f044d4f3a094e0f08aba Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Tue, 11 Oct 2022 15:37:53 -0500 Subject: [PATCH] cleanup meta data --- README.rst | 4 +--- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 997859a..d2e9c29 100644 --- a/README.rst +++ b/README.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/pyproject.toml b/pyproject.toml index ebf1da3..7a9ad57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/setup.py b/setup.py index 44941a1..0f73f22 100644 --- a/setup.py +++ b/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=[