From e6e1d500f13492ecb35370861f6b316adb33a764 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Wed, 29 May 2024 13:38:04 -0700 Subject: [PATCH] Update package metadata --- README.md | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc6807f..34deb3e 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Want to contribute your own dataset to this package? It's easy! Just follow thes ) ``` -2. Assemble the metadata for your dataset. This should be a dictionary as specified in the [Bioconductor metadata schema](https://github.com/ArtifactDB/bioconductor-metadata-index). Check out some examples from `fetch_metadata()` Note that the `application_takane` property will be automatically added later, and so can be omitted from the list that you create. +2. Assemble the metadata for your dataset. This should be a dictionary as specified in the [Bioconductor metadata schema](https://github.com/ArtifactDB/bioconductor-metadata-index). Check out some examples from `fetch_metadata()` Note that the `application.takane` property will be automatically added later, and so can be omitted from the list that you create. ```python meta = { diff --git a/setup.cfg b/setup.cfg index 773c848..0947cc9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,7 +41,7 @@ package_dir = =src # Require a min/specific Python version (comma-separated conditions) -# python_requires = >=3.8 +python_requires = >=3.8 # Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0. # Version specifiers like >=2.2,<3.0 avoid problems due to API changes in