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 6cad1e4 commit e0f2f27Copy full SHA for e0f2f27
.gitignore
@@ -3,3 +3,4 @@
3
spin.egg-info
4
__pycache__
5
dist/
6
+build/
pyproject.toml
@@ -35,7 +35,7 @@ spin = "spin.__main__:main"
35
36
[project.optional-dependencies]
37
lint = ["pre-commit == 3.4.0"]
38
-dev = ["changelist == 0.1"]
+dev = ["changelist == 0.3"]
39
40
[project.urls]
41
homepage = "https://github.com/scientific-python/spin"
0 commit comments