There was an error while loading. Please reload this page.
1 parent e3ad34a commit f8d6963Copy full SHA for f8d6963
1 file changed
pyproject.toml
@@ -1,10 +1,10 @@
1
[project]
2
name = "versalign"
3
-version = "2.0.2"
+version = "2.0.3"
4
description = "Naive alignment for lists of arbitrary objects"
5
readme = "README.md"
6
requires-python = ">=3.10"
7
-license = { file = "LICENSE" }
+license = { text = "MIT" }
8
authors = [
9
{ name = "David Meijer", email = "david.meijer@wur.nl" }
10
]
@@ -48,7 +48,7 @@ dev = [
48
allow-direct-references = true
49
50
[tool.hatch.build.targets.wheel]
51
-packages = ["versalign"]
+packages = ["src/versalign"]
52
sources = ["src"]
53
54
[tool.hatch.build]
0 commit comments