Skip to content

Commit 43afe0d

Browse files
CopilotRMeli
andcommitted
Update CHANGELOG with pyproject.toml migration changes
Co-authored-by: RMeli <11348981+RMeli@users.noreply.github.com>
1 parent 7ebf786 commit 43afe0d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,20 @@ Contributors: @RMeli
1111
### Added
1212

1313
* Python `3.13` and `3.14` in CI [PR #147 | @RMeli]
14+
* Optional dependencies for testing (`test`), development (`dev`), and parallelization (`parallel`) in `pyproject.toml` [PR #XXX | @RMeli]
15+
16+
### Changed
17+
18+
* Migrated all package configuration from `setup.cfg` and `setup.py` to `pyproject.toml` [PR #XXX | @RMeli]
19+
* Workflows to use `pip install -e .` instead of `python setup.py develop` [PR #XXX | @RMeli]
1420

1521
### Removed
1622

1723
* support for Open Babel [PR #151 | @RMeli]
1824
* Python `3.9` and `3.10` from CI [PR #147 | @RMeli]
25+
* `setup.cfg` file in favour of `pyproject.toml` [PR #XXX | @RMeli]
26+
* `setup.py` file in favour of `pyproject.toml` [PR #XXX | @RMeli]
27+
* `.coveragerc` file in favour of `pyproject.toml` [PR #XXX | @RMeli]
1928

2029
## Version 0.9.0
2130

0 commit comments

Comments
 (0)