We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db7429 commit aa4968aCopy full SHA for aa4968a
changelog.txt
@@ -7,13 +7,14 @@ The **signac** package follows `semantic versioning <https://semver.org/>`_.
7
Version 2
8
=========
9
10
-[2.2.1] -- 2024-xx-xx
+[2.2.1] -- 2025-xx-xx
11
---------------------
12
13
Fixed
14
+++++
15
16
- Support for Numpy 2.0 in tests (#997).
17
+ - Use ``tool.setuptools`` key in ``pyproject.toml`` (#1020).
18
19
[2.2.0] -- 2024-02-13
20
pyproject.toml
@@ -55,7 +55,7 @@ Download = "https://pypi.org/project/signac/"
55
Source = "https://github.com/glotzerlab/signac"
56
Issues = "https://github.com/glotzerlab/signac/issues"
57
58
-[tools.setuptools.packages.find]
+[tool.setuptools.packages.find]
59
namespaces = false
60
exclude = ["tests*", "benchmarks*"]
61
0 commit comments