edx-oauth2-wordpress-backend/pyproject.toml

28 lines
773 B
TOML
Raw Normal View History

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]
name = "wp-oauth-backend_lpm0073"
2022-10-11 22:27:11 +03:00
version = "1.0.2"
2022-10-07 04:00:15 +03:00
authors = [
{ name="Lawrence McDaniel", email="lpm0073@gmail.com" },
]
description = "A WP Oauth Python Social Auth backend for Open edX"
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"
]
keywords = ["Wordpress", "OAuth", "Open edX"]
2022-10-07 04:00:15 +03:00
[project.urls]
"Homepage" = "https://github.com/lpm0073/wp-oauth-backend"
2022-10-11 22:11:38 +03:00
"Bug Tracker" = "https://github.com/lpm0073/wp-oauth-backend/issues"