Skip to content

Commit 122f9fb

Browse files
committed
Preparing for v0.0.7 PyPI release
Updated CHANGELOG.mg Removed tests from the distribution
1 parent b4f027c commit 122f9fb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2424
## [Unreleased]
2525
* Updated `setup.py` to `pyproject.toml`
2626
* Added this changelog
27+
* Added unittests
28+
* Prepared for PyPI release
2729

2830
## [0.0.6] - 2024-10-10
2931
* Decreased logging severity for most logs

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ build-backend = "flit_core.buildapi"
5151

5252
[tool.flit.sdist]
5353
exclude = [
54-
"**/*_test.py",
54+
"**/test",
5555
]
5656

0 commit comments

Comments
 (0)