Skip to content

Commit 6ed98db

Browse files
authored
Merge pull request #111 from ornlneutronimaging/claude/main
fix: v1.0.2 - LICENSE file in PyPI distribution
2 parents 2a4ab5b + e2999cf commit 6ed98db

4 files changed

Lines changed: 21 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.2] - 2026-02-03
11+
12+
### Fixed
13+
14+
- PyPI metadata: Fixed LICENSE file inclusion in source distribution
15+
1016
## [1.0.1] - 2026-02-03
1117

1218
### Fixed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
]
1313

1414
[workspace.package]
15-
version = "1.0.1"
15+
version = "1.0.2"
1616
edition = "2021"
1717
authors = ["ORNL Neutron Imaging <neutronimaging@ornl.gov>"]
1818
license = "MIT"
@@ -30,10 +30,10 @@ categories = ["science", "data-structures", "parsing"]
3030

3131
[workspace.dependencies]
3232
# Internal crates (version for crates.io, path for local dev)
33-
rustpix-core = { version = "1.0.1", path = "rustpix-core" }
34-
rustpix-tpx = { version = "1.0.1", path = "rustpix-tpx" }
35-
rustpix-algorithms = { version = "1.0.1", path = "rustpix-algorithms" }
36-
rustpix-io = { version = "1.0.1", path = "rustpix-io" }
33+
rustpix-core = { version = "1.0.2", path = "rustpix-core" }
34+
rustpix-tpx = { version = "1.0.2", path = "rustpix-tpx" }
35+
rustpix-algorithms = { version = "1.0.2", path = "rustpix-algorithms" }
36+
rustpix-io = { version = "1.0.2", path = "rustpix-io" }
3737

3838
# Parallelism
3939
rayon = "1.10"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "maturin"
44

55
[project]
66
name = "rustpix"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "High-performance TPX3 pixel detector data processing for neutron imaging"
99
authors = [{ name = "ORNL Neutron Imaging", email = "neutronimaging@ornl.gov" }]
10-
license = { text = "MIT" }
10+
license = { file = "LICENSE" }
1111
readme = "README.md"
1212
requires-python = ">=3.11"
1313
classifiers = [

0 commit comments

Comments
 (0)