Skip to content

Commit 2197a6b

Browse files
committed
Refactor test organization and update packaging exclusions
- Moved tests into organized subdirectories: - `tests/secure/` for security module tests - Updated `MANIFEST.in` to exclude the `tests/` directory from distribution.
1 parent 6dedecb commit 2197a6b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
- Placeholder for upcoming changes.
1111

12-
## [1.0.0] - 2024-09-28
12+
## [1.0.0] - 2024-09-27
1313

1414
### Breaking Changes
1515

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include LICENSE
2+
exclude tests/*
File renamed without changes.

0 commit comments

Comments
 (0)