@@ -3,10 +3,11 @@ name = bio2zarr
33author = sgkit Developers
4455license = Apache
6- description = FIXME
6+ description = Convert bioinformatics data to Zarr
77long_description_content_type =text/x-rst
88long_description =
9- FIXME
9+ This is an early alpha release for testing and development.
10+ **Do not use in production**
1011url = https://github.com/pystatgen/bio2zarr
1112classifiers =
1213 Development Status :: 3 - Alpha
@@ -15,7 +16,6 @@ classifiers =
1516 Intended Audience :: Science/Research
1617 Programming Language :: Python
1718 Programming Language :: Python :: 3
18- Programming Language :: Python :: 3.8
1919 Programming Language :: Python :: 3.9
2020 Programming Language :: Python :: 3.10
2121 Programming Language :: Python :: 3.11
@@ -25,7 +25,7 @@ classifiers =
2525packages = bio2zarr
2626zip_safe = False # https://mypy.readthedocs.io/en/latest/installed_packages.html
2727include_package_data = True
28- python_requires = >=3.8
28+ python_requires = >=3.9
2929install_requires =
3030 numpy
3131 zarr >= 2.10.0, != 2.11.0, != 2.11.1, != 2.11.2
@@ -45,6 +45,8 @@ setup_requires =
4545console_scripts =
4646 vcf2zarr = bio2zarr.cli:vcf2zarr
4747 plink2zarr = bio2zarr.cli:plink2zarr
48+ # TODO I don't like this name, anything better?
49+ vcf_partition = bio2zarr.cli:vcf_partition
4850
4951[flake8]
5052ignore =
0 commit comments