-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automated update of shared files from the social-core repository, see https://github.com/python-social-auth/.github/blob/main/repo-sync.py
- Loading branch information
Showing
3 changed files
with
42 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,60 @@ | ||
[build-system] | ||
requires = ["setuptools"] | ||
build-backend = "setuptools.build_meta" | ||
requires = ["setuptools"] | ||
|
||
[options] | ||
zip_safe = false | ||
|
||
[project] | ||
name = 'social-auth-app-flask-sqlalchemy' | ||
dynamic = ["version"] | ||
dependencies = [ | ||
"six", | ||
"sqlalchemy", | ||
"social-auth-core>=1.0.0", | ||
"social-auth-app-flask>=1.0.0", | ||
"social-auth-storage-sqlalchemy>=1.0.1", | ||
] | ||
authors = [ | ||
{name = "Matias Aguirre", email = "matiasaguirre@gmail.com"}, | ||
{name = "Lee Ji-ho", email = "search5@gmail.com"}, | ||
{name = "Lee Ji-ho", email = "search5@gmail.com"} | ||
] | ||
classifiers = [ | ||
'Development Status :: 4 - Beta', | ||
'Topic :: Internet', | ||
'License :: OSI Approved :: BSD License', | ||
'Intended Audience :: Developers', | ||
'Environment :: Web Environment', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
'Programming Language :: Python :: 3.12' | ||
] | ||
dependencies = [ | ||
"six", | ||
"sqlalchemy", | ||
"social-auth-core>=1.0.0", | ||
"social-auth-app-flask>=1.0.0", | ||
"social-auth-storage-sqlalchemy>=1.0.1" | ||
] | ||
description = 'Python Social Authentication, SQLAlchemy Flask models integration.' | ||
license = {text = 'BSD'} | ||
dynamic = ["version"] | ||
keywords = ["flask", "sqlalchemy", "social auth"] | ||
license = {text = 'BSD'} | ||
name = 'social-auth-app-flask-sqlalchemy' | ||
readme = "README.md" | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
'Topic :: Internet', | ||
'License :: OSI Approved :: BSD License', | ||
'Intended Audience :: Developers', | ||
'Environment :: Web Environment', | ||
'Programming Language :: Python', | ||
'Programming Language :: Python :: 3.7', | ||
'Programming Language :: Python :: 3.8', | ||
'Programming Language :: Python :: 3.9', | ||
'Programming Language :: Python :: 3.10', | ||
'Programming Language :: Python :: 3.11', | ||
'Programming Language :: Python :: 3.12' | ||
] | ||
requires-python = ">= 3.7" | ||
|
||
[project.urls] | ||
Repository = 'https://github.com/python-social-auth/social-app-flask-sqlalchemy' | ||
Changelog = 'https://github.com/python-social-auth/social-app-flask-sqlalchemy/blob/master/CHANGELOG.md' | ||
Documentation = 'http://python-social-auth.readthedocs.org' | ||
Issues = 'https://github.com/python-social-auth/social-app-flask-sqlalchemy/issues' | ||
Changelog = 'https://github.com/python-social-auth/social-app-flask-sqlalchemy/blob/master/CHANGELOG.md' | ||
Repository = 'https://github.com/python-social-auth/social-app-flask-sqlalchemy' | ||
|
||
[options] | ||
zip_safe = false | ||
[tool.flake8] | ||
# Ignore some well known paths | ||
exclude = ['.venv', '.tox', 'dist', 'doc', 'build', '*.egg', 'db/env.py', 'db/versions/*.py', 'site', 'Pipfile', 'Pipfile.lock'] | ||
max-line-length = 79 | ||
|
||
[tool.setuptools] | ||
include-package-data = true | ||
|
||
[tool.setuptools.packages] | ||
find = {} | ||
|
||
[tool.setuptools.dynamic] | ||
version = {attr = "social_flask_sqlalchemy.__version__"} | ||
|
||
[tool.flake8] | ||
max-line-length = 79 | ||
# Ignore some well known paths | ||
exclude = ['.venv','.tox','dist','doc','build','*.egg','db/env.py','db/versions/*.py','site','Pipfile','Pipfile.lock'] | ||
[tool.setuptools.packages] | ||
find = {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters