Skip to content

Commit aa4968a

Browse files
authoredFeb 5, 2025··
Fix pyproject.toml tools -> tool. (#1020)
* Fix pyproject.toml tools -> tool. * Update changelog.
1 parent 4db7429 commit aa4968a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎changelog.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ The **signac** package follows `semantic versioning <https://semver.org/>`_.
77
Version 2
88
=========
99

10-
[2.2.1] -- 2024-xx-xx
10+
[2.2.1] -- 2025-xx-xx
1111
---------------------
1212

1313
Fixed
1414
+++++
1515

1616
- Support for Numpy 2.0 in tests (#997).
17+
- Use ``tool.setuptools`` key in ``pyproject.toml`` (#1020).
1718

1819
[2.2.0] -- 2024-02-13
1920
---------------------

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Download = "https://pypi.org/project/signac/"
5555
Source = "https://github.com/glotzerlab/signac"
5656
Issues = "https://github.com/glotzerlab/signac/issues"
5757

58-
[tools.setuptools.packages.find]
58+
[tool.setuptools.packages.find]
5959
namespaces = false
6060
exclude = ["tests*", "benchmarks*"]
6161

0 commit comments

Comments
 (0)
Please sign in to comment.