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] authored and seanh committed Jan 21, 2025
1 parent 995a537 commit ec4d6cf
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

tox =
tox-recreate = tox_recreate
2 changes: 2 additions & 0 deletions .cookiecutter/includes/pyproject.toml/tail
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[project.entry-points."tox"]
tox-recreate = "tox_recreate"
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,30 @@
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

[project]
dynamic = ["version"]
name = "tox-recreate"
description = "Recreate tox virtual environments when setup.cfg changes."
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/tox-recreate"
Issues = "/~https://github.com/hypothesis/tox-recreate/issues"
Changelog = "/~https://github.com/hypothesis/tox-recreate/releases"
[tool.setuptools_scm]


[project.entry-points."tox"]
tox-recreate = "tox_recreate"

[tool.pytest.ini_options]
addopts = "-q"
filterwarnings = [
Expand Down
28 changes: 0 additions & 28 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,31 +1,3 @@
[metadata]
name = tox-recreate
description = Recreate tox virtual environments when setup.cfg changes.
long_description = file: README.md
long_description_content_type = text/markdown
url = /~https://github.com/hypothesis/tox-recreate
project_urls =
Bug Tracker = /~https://github.com/hypothesis/tox-recreate/issues
Changelog = /~https://github.com/hypothesis/tox-recreate/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 =

[options.packages.find]
where = src

[options.entry_points]
tox =
tox-recreate = tox_recreate

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

0 comments on commit ec4d6cf

Please sign in to comment.