diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 9f02710..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,4 +0,0 @@ -# These are supported funding model platforms - -github: lpm0073 -patreon: lpm0073 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml deleted file mode 100644 index 859ac3d..0000000 --- a/.pre-commit-config.yaml +++ /dev/null @@ -1,7 +0,0 @@ -repos: -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 - hooks: - - id: check-yaml - - id: end-of-file-fixer - - id: trailing-whitespace diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 8e34fe4..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,24 +0,0 @@ -# CHANGE LOG - -## Version 1.0.8 (2024-02-01) - -- add support for UPDATE_USER_ON_LOGIN flag - -## Version 1.0.7 (2023-08-12) - -- match version requirements in pyproject.toml to those in requirements/stable-psa.txt - -## Version 1.0.6 (2022-12-20) - -- standardize usage of python3 in Makefile - -## Version 1.0.5 (2022-12-20) - -- version bumps - -## Version 1.0.4 (2022-11-09) - -- add property for URL -- add class variables for PATH, AUTHORIZATION_ENDPOINT, TOKEN_ENDPOINT, USERINFO_ENDPOINT -- switch to urllib.parse urljoin() -- add a Makefile diff --git a/requirements/stable-psa.txt b/requirements/stable-psa.txt index 6806a07..b7f636b 100644 --- a/requirements/stable-psa.txt +++ b/requirements/stable-psa.txt @@ -1,3 +1,3 @@ # Stable Python Social Auth, found in Open edX Olive -social-auth-app-django==5.0.0 -social-auth-core==4.3.0 +social-auth-app-django>=5.0.0 +social-auth-core>=4.3.0 diff --git a/requirements/test.txt b/requirements/test.txt index ce3eb1c..f77ed97 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ # Packages for testing -pytest==7.1.1 -httpretty==1.1.4 -pycodestyle==2.8.0 +pytest>=7.1.1 +httpretty>=1.1.4 +pycodestyle>=2.8.0 -e . diff --git a/setup.py b/setup.py index 0f73f22..25f49fa 100644 --- a/setup.py +++ b/setup.py @@ -74,11 +74,9 @@ setup( long_description=README, author="Lawrence McDaniel, lpm0073@gmail.com", author_email="lpm0073@gmail.com", - url="https://github.com/StepwiseMath/edx-oauth2-wordpress-backend", + url="https://git.unecon.ru/gevorkyan.aa/edx-oauth2-wordpress-backend", project_urls={ - "Code": "https://github.com/StepwiseMath/edx-oauth2-wordpress-backend", - "Issue tracker": "https://github.com/StepwiseMath/edx-oauth2-wordpress-backend/issues", - "Community": "https://stepwisemath.ai", + "Code": "https://git.unecon.ru/gevorkyan.aa/edx-oauth2-wordpress-backend" }, packages=find_packages(), include_package_data=True,