Skip to content

Commit

Permalink
PEP 639 compliance with license-file
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew (Drew) Titus committed Apr 30, 2024
1 parent f6b33d2 commit 19e041f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "sequence_align"
version = "0.1.0"
version = "0.1.1"
description = "Efficient implementations of Needleman-Wunsch and other sequence alignment algorithms in Rust with Python bindings."
readme = "README.md"
requires-python = ">=3.7"
Expand All @@ -15,9 +15,8 @@ maintainers = [
{name = "Kensho Technologies LLC.", email = "sequence-align-maintainer@kensho.com"},
]
# Apache 2.0
license = {file = "LICENSE"}
license-file = "LICENSE"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 19e041f

Please sign in to comment.