Skip to content

Commit

Permalink
Apply updates from cookiecutter
Browse files Browse the repository at this point in the history
This automated commit applies the latest updates from our cookiecutters [1] to
this repo.

[1]: https://github.com/hypothesis/cookiecutters
  • Loading branch information
github-actions[bot] committed Jan 21, 2025
1 parent 1db1bce commit f408485
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .cookiecutter/includes/setuptools/install_requires

This file was deleted.

18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[project]
dynamic = ["version"]
name = "pyramid-googleauth"
description = "'Sign in with Google' for Pyramid."
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Intended Audience :: Developers",
]
requires-python = ">=3.8"
dependencies = [
]

[project.urls]
Repository = "https://github.com/hypothesis/pyramid-googleauth"
Issues = "https://github.com/hypothesis/pyramid-googleauth/issues"
Changelog = "https://github.com/hypothesis/pyramid-googleauth/releases"
[tool.setuptools_scm]

[tool.pytest.ini_options]
Expand Down
29 changes: 0 additions & 29 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,32 +1,3 @@
[metadata]
name = pyramid-googleauth
description = 'Sign in with Google' for Pyramid.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/hypothesis/pyramid-googleauth
project_urls =
Bug Tracker = https://github.com/hypothesis/pyramid-googleauth/issues
Changelog = https://github.com/hypothesis/pyramid-googleauth/releases
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Intended Audience :: Developers

[options]
package_dir =
= src
packages = find:
python_requires = >=3.8
install_requires =
google-auth-oauthlib
PyJWT
pyramid>=2.0.0

[options.packages.find]
where = src

[options.entry_points]

[pycodestyle]
ignore =
# Disable pycodestyle errors and warnings that we don't care about because
Expand Down

0 comments on commit f408485

Please sign in to comment.