Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 # v5.4.2
- uses: astral-sh/setup-uv@c7f87aa956e4c323abf06d5dec078e358f6b4d04 # v6.0.0

- run: uv build

Expand Down
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ requires = ["setuptools>=78.0.2"]

[project]
authors = [
{name = "Matias Aguirre", email = "[email protected]"}
{email = "[email protected]", name = "Matias Aguirre"}
]
classifiers = [
"Development Status :: 4 - Beta",
"Topic :: Internet",
"Intended Audience :: Developers",
"Environment :: Web Environment",
"Programming Language :: Python",
"Intended Audience :: Developers",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3"
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Topic :: Internet"
]
dependencies = [
"six",
"flask-login",
"six",
"social-auth-core >= 1.0.0"
]
description = "Python Social Authentication, Flask integration."
dynamic = ["version"]
keywords = [
"auth",
"flask",
"social",
"auth"
"social"
]
license = "BSD-3-Clause"
license-files = ["LICENSE"]
Expand Down
Loading