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 f9469b8 commit 51a3749
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 31 deletions.
20 changes: 19 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,26 @@
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
[project]
dynamic = ["version"]
name = "checkmatelib"
description = "Tools for interacting with the Checkmate URL checking service."
readme = "README.md"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
"Intended Audience :: Developers",
]
requires-python = ">=3.9"
dependencies = [
]

[project.urls]
Repository = "https://github.com/hypothesis/checkmatelib"
Issues = "https://github.com/hypothesis/checkmatelib/issues"
Changelog = "https://github.com/hypothesis/checkmatelib/releases"

[tool.setuptools_scm]
[tool.pytest.ini_options]
addopts = "-q"
filterwarnings = [
Expand Down
30 changes: 0 additions & 30 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
[metadata]
name = checkmatelib
description = Tools for interacting with the Checkmate URL checking service.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/hypothesis/checkmatelib
project_urls =
Bug Tracker = https://github.com/hypothesis/checkmatelib/issues
Changelog = https://github.com/hypothesis/checkmatelib/releases
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: BSD License
Intended Audience :: Developers

[options]
package_dir =
= src
packages = find:
python_requires = >=3.9
install_requires =
requests
jsonschema
importlib_resources
netaddr>1.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 51a3749

Please sign in to comment.