Skip to content

Commit 0c11db2

Browse files
committed
UPD: config for license
1 parent bb32b18 commit 0c11db2

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
<img alt="PyPI" src="https://img.shields.io/pypi/v/versalign" /></a>
1414
<a href="https://pypi.org/project/versalign">
1515
<img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/versalign" /></a>
16+
<a href="https://github.com/moltools/versalign/blob/main/LICENSE">
17+
<img alt="PyPI - License" src="https://img.shields.io/pypi/l/versalign" /></a>
1618
<!-- <a href="https://doi.org/10.5281/zenodo.11216453">
1719
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.11216453.svg" alt="DOI" /></a> -->
1820
</p>

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
[project]
22
name = "versalign"
3-
version = "2.0.3"
3+
version = "2.0.4"
44
description = "Naive alignment for lists of arbitrary objects"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
license = { text = "MIT" }
7+
license = "MIT"
8+
license-files = [
9+
"LICENSE",
10+
]
811
authors = [
912
{ name = "David Meijer", email = "david.meijer@wur.nl" }
1013
]
@@ -13,7 +16,7 @@ keywords = ["alignment", "msa", "pairwise", "arbitrary-objects"]
1316
dependencies = [
1417
"biopython",
1518
"numpy",
16-
"pandas"
19+
"pandas",
1720
]
1821

1922
classifiers = [

0 commit comments

Comments
 (0)