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 b9269e9..f175f12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,29 +4,29 @@ 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 = [ + "django-mongoengine>= 0.3.3", "social-auth-app-django >= 1.0.0", - "social-auth-storage-mongoengine >= 1.0.0", - "django-mongoengine>= 0.3.3" + "social-auth-storage-mongoengine >= 1.0.0" ] description = "Python Social Authentication, Mongoengine Django integration." dynamic = ["version"] keywords = [ - "django", - "social", "auth", - "mongoengine" + "django", + "mongoengine", + "social" ] license = "BSD-3-Clause" license-files = ["LICENSE"]