Skip to content

Commit

Permalink
Merge pull request #196 from neutrinoceros/rel/2.0.1
Browse files Browse the repository at this point in the history
REL: prepare release 2.0.1
  • Loading branch information
neutrinoceros authored Nov 26, 2024
2 parents c7996c9 + 70ac47a commit eec8a00
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "cmyt"
version = "2.0.0"
version = "2.0.1"
description = "A collection of Matplotlib colormaps from the yt project"
authors = [
{ name = "The yt project", email = "yt-dev@python.org" },
Expand Down Expand Up @@ -52,6 +52,13 @@ test = [
"pytest>=6.2.4",
]

[tool.hatch.build.targets.sdist]
exclude = [
".*", # exclude dot files (.gitignore is still included)
"doc",
"tests",
]

[tool.ruff.lint]
exclude = ["*__init__.py"]
ignore = ["E501"]
Expand Down

0 comments on commit eec8a00

Please sign in to comment.