Skip to content

Commit f8d6963

Browse files
committed
FIX: config
1 parent e3ad34a commit f8d6963

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "versalign"
3-
version = "2.0.2"
3+
version = "2.0.3"
44
description = "Naive alignment for lists of arbitrary objects"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
license = { file = "LICENSE" }
7+
license = { text = "MIT" }
88
authors = [
99
{ name = "David Meijer", email = "david.meijer@wur.nl" }
1010
]
@@ -48,7 +48,7 @@ dev = [
4848
allow-direct-references = true
4949

5050
[tool.hatch.build.targets.wheel]
51-
packages = ["versalign"]
51+
packages = ["src/versalign"]
5252
sources = ["src"]
5353

5454
[tool.hatch.build]

0 commit comments

Comments
 (0)