We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7996c9 + 70ac47a commit eec8a00Copy full SHA for eec8a00
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "cmyt"
7
-version = "2.0.0"
+version = "2.0.1"
8
description = "A collection of Matplotlib colormaps from the yt project"
9
authors = [
10
{ name = "The yt project", email = "[email protected]" },
@@ -52,6 +52,13 @@ test = [
52
"pytest>=6.2.4",
53
]
54
55
+[tool.hatch.build.targets.sdist]
56
+exclude = [
57
+ ".*", # exclude dot files (.gitignore is still included)
58
+ "doc",
59
+ "tests",
60
+]
61
+
62
[tool.ruff.lint]
63
exclude = ["*__init__.py"]
64
ignore = ["E501"]
0 commit comments