diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 00f01a5..5d5eeda 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 62c0457..6f165fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,28 +4,28 @@ requires = ["setuptools>=78.0.2"] [project] authors = [ - {name = "Matias Aguirre", email = "matiasaguirre@gmail.com"} + {email = "matiasaguirre@gmail.com", 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"]