Skip to content

Commit 4e0fc09

Browse files
ad3002claude
andcommitted
Fix Rust pyproject.toml: version 1.6.0 and MIT license
This is the pyproject.toml used by maturin for building wheels. Was incorrectly at version 1.5.0 with BSD license. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4ae3161 commit 4e0fc09

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/rust/arraysplitter/pyproject.toml

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

55
[project]
66
name = "arraysplitter"
7-
version = "1.5.0"
7+
version = "1.6.0"
88
description = "De novo decomposition of satellite DNA arrays into monomers (Rust implementation)"
99
readme = "../../../README.md"
10-
license = { text = "BSD-3-Clause" }
10+
license = { text = "MIT" }
1111
authors = [
1212
{ name = "Aleksey Komissarov", email = "ad3002@gmail.com" }
1313
]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"Environment :: Console",
1717
"Intended Audience :: Science/Research",
18-
"License :: OSI Approved :: BSD License",
18+
"License :: OSI Approved :: MIT License",
1919
"Operating System :: MacOS",
2020
"Operating System :: POSIX :: Linux",
2121
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)