Skip to content

Commit

Permalink
Preparing for v0.0.7 PyPI release
Browse files Browse the repository at this point in the history
Updated CHANGELOG.mg
Removed tests from the distribution
  • Loading branch information
lukebaumann committed Oct 23, 2024
1 parent b4f027c commit 122f9fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
## [Unreleased]
* Updated `setup.py` to `pyproject.toml`
* Added this changelog
* Added unittests
* Prepared for PyPI release

## [0.0.6] - 2024-10-10
* Decreased logging severity for most logs
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ build-backend = "flit_core.buildapi"

[tool.flit.sdist]
exclude = [
"**/*_test.py",
"**/test",
]

0 comments on commit 122f9fb

Please sign in to comment.