2022-10-03 19:46:35 +03:00
|
|
|
[build-system]
|
|
|
|
requires = ["setuptools", "wheel"]
|
|
|
|
build-backend = "setuptools.build_meta:__legacy__"
|
2022-10-07 04:00:15 +03:00
|
|
|
|
|
|
|
[project]
|
2022-10-11 22:53:44 +03:00
|
|
|
name = "edx-oauth2-wordpress-backend"
|
2022-11-09 18:40:09 +03:00
|
|
|
version = "1.0.4"
|
2022-10-07 04:00:15 +03:00
|
|
|
authors = [
|
|
|
|
{ name="Lawrence McDaniel", email="lpm0073@gmail.com" },
|
|
|
|
]
|
2022-10-11 22:53:44 +03:00
|
|
|
description = "An Open edX Python Social Auth backend for Wordpress"
|
2022-10-07 04:00:15 +03:00
|
|
|
readme = "README.rst"
|
|
|
|
requires-python = ">=3.7"
|
|
|
|
classifiers = [
|
|
|
|
"Programming Language :: Python :: 3",
|
|
|
|
"License :: OSI Approved :: MIT License",
|
|
|
|
"Operating System :: OS Independent",
|
|
|
|
]
|
2022-10-11 22:11:38 +03:00
|
|
|
dependencies = [
|
|
|
|
"social-auth-core==4.2.0",
|
|
|
|
"social-auth-app-django==5.0.0"
|
|
|
|
]
|
2022-10-11 23:37:53 +03:00
|
|
|
keywords = ["Open edX", "oauth", "Wordpress"]
|
2022-10-07 04:00:15 +03:00
|
|
|
|
|
|
|
[project.urls]
|
2022-10-11 22:53:44 +03:00
|
|
|
"Homepage" = "https://github.com/lpm0073/edx-oauth2-wordpress-backend"
|
|
|
|
"Bug Tracker" = "https://github.com/lpm0073/edx-oauth2-wordpress-backend/issues"
|