We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f027c commit 122f9fbCopy full SHA for 122f9fb
CHANGELOG.md
@@ -24,6 +24,8 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
24
## [Unreleased]
25
* Updated `setup.py` to `pyproject.toml`
26
* Added this changelog
27
+* Added unittests
28
+* Prepared for PyPI release
29
30
## [0.0.6] - 2024-10-10
31
* Decreased logging severity for most logs
pyproject.toml
@@ -51,6 +51,6 @@ build-backend = "flit_core.buildapi"
51
52
[tool.flit.sdist]
53
exclude = [
54
- "**/*_test.py",
+ "**/test",
55
]
56
0 commit comments