Skip to content

Commit 06c477f

Browse files
committed
[#devel] Fixed !
1 parent 294708f commit 06c477f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ version_file = "datastock/_version.py"
1717

1818

1919
[tool.setuptools.dynamic]
20-
readme = {file = ["README.md"]}
2120
classifiers = {file = ["CLASSIFIERS.txt"]}
2221

2322

2423
[project]
2524
name = "datastock"
25+
readme = "README.md"
2626
license = {text = "MIT"}
27-
dynamic = ["version", "readme", "classifiers"]
27+
dynamic = ["version", "classifiers"]
2828
description = "Generic handler for multiple heterogenous numpy arrays and subclasses"
2929
authors = [
3030
{name = "Didier VEZINET", email = "[email protected]"},

0 commit comments

Comments
 (0)