From c883b5dd6a0c1aed7706a50a08bb756faa7275bc Mon Sep 17 00:00:00 2001 From: Eleanor Lewis Date: Fri, 23 Aug 2024 12:48:21 -0700 Subject: [PATCH 1/2] fix package data --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5b047c3..cd82cb5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ long_description_content_type = text/markdown packages = find: python_requires = >=3.9 dependency_links = [] -include_package_data = True +include_package_data = true install_requires = biopython jsonschema @@ -60,7 +60,7 @@ dev = mypy [options.package_data] -pori_python.ipr = pori_python/ipr/content.spec.json, py.typed +pori_python.ipr = content.spec.json, py.typed pori_python.graphkb = py.typed [options.entry_points] From 5022d433815ca03f656c0a97298a7bb68649c92e Mon Sep 17 00:00:00 2001 From: Eleanor Lewis Date: Fri, 23 Aug 2024 15:51:52 -0700 Subject: [PATCH 2/2] bump version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cd82cb5..823fe50 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ known_standard_library = requests [metadata] name = pori_python -version = 0.1.1 +version = 0.1.2 url = https://github.com/bcgsc/pori_python author_email = dat@bcgsc.ca maintainer_email = dat@bcgsc.ca