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.
1 parent d5cae28 commit b41550fCopy full SHA for b41550f
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "cycler"
3
-version = "0.12.0.dev0"
+dynamic = ["version"]
4
description = "Composable style cycles"
5
authors = [
6
{name = "Thomas A Caswell", email = "matplotlib-users@python.org"},
@@ -28,6 +28,9 @@ repository = "https://github.com/matplotlib/cycler"
28
[tool.setuptools]
29
packages = ["cycler"]
30
31
+[tool.setuptools.dynamic]
32
+version = {attr = "cycler.__version__"}
33
+
34
[build-system]
35
requires = ["setuptools>=61"]
36
build-backend = "setuptools.build_meta"
0 commit comments