From 3b14dd2226d5c273e5d228b864662f18e3be193a Mon Sep 17 00:00:00 2001 From: stefanpeidli Date: Wed, 31 Jan 2024 13:13:01 +0100 Subject: [PATCH] Fix #5, add hcop to manifest --- MANIFEST.in | 1 + setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index e2d1d93..5ddbf17 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ recursive-include src/mousipy/biomart * +recursive-include src/mousipy/hcop * diff --git a/setup.cfg b/setup.cfg index 3c1c509..f39ff0c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,9 +1,9 @@ [metadata] name = mousipy -version = 0.1.4 +version = 0.1.5 author = Stefan Peidli author_email = stefanpeidli@gmail.com -description = Python package for translating between single-cell count data with mouse and human genes using orthologs from biomart and HCOP +description = Python package for translating between single-cell count data with mouse and human genes using orthologs from biomart and HCOP. long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/stefanpeidli/mousipy