11[project ]
22name = " versalign"
3- version = " 2.0.0"
3+ version = " 2.0.1"
4+ description = " Naive alignment for lists of arbitrary objects"
5+ readme = " README.md"
46requires-python = " >=3.10"
7+ license = { file = " LICENSE" }
8+ authors = [
9+ { name = " David Meijer" , email = " david.meijer@wur.nl" }
10+ ]
11+ keywords = [" alignment" , " msa" , " pairwise" , " arbitrary-objects" ]
512
613dependencies = [
714 " biopython" ,
815 " numpy" ,
916 " pandas"
1017]
1118
19+ classifiers = [
20+ " Development Status :: 5 - Production/Stable" ,
21+ " Intended Audience :: Science/Research" ,
22+ " License :: OSI Approved :: MIT License" ,
23+ " Programming Language :: Python" ,
24+ " Programming Language :: Python :: 3" ,
25+ " Programming Language :: Python :: 3.10" ,
26+ " Programming Language :: Python :: 3.11" ,
27+ " Programming Language :: Python :: 3.12" ,
28+ " Topic :: Scientific/Engineering :: Bio-Informatics"
29+ ]
30+
31+ [project .urls ]
32+ Homepage = " https://github.com/moltools/versalign"
33+ Repository = " https://github.com/moltools/versalign"
34+ Issues = " https://github.com/moltools/versalign/issues"
35+ Documentation = " https://github.com/moltools/versalign#readme"
36+
1237[build-system ]
1338requires = [" hatchling" ]
1439build-backend = " hatchling.build"
@@ -23,7 +48,7 @@ dev = [
2348allow-direct-references = true
2449
2550[tool .hatch .build .targets .wheel ]
26- packages = [" src/ versalign" ]
51+ packages = [" versalign" ]
2752sources = [" src" ]
2853
2954[tool .hatch .build ]
0 commit comments