From 22170964933624ac06732eb81613f5304892eb62 Mon Sep 17 00:00:00 2001 From: Yoav Nahshon Date: Thu, 4 May 2023 17:20:32 +0200 Subject: [PATCH 1/2] Update setup.cfg --- setup.cfg | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7c3b0577..669f31e4 100755 --- a/setup.cfg +++ b/setup.cfg @@ -56,11 +56,9 @@ tests = pytest==6.2.5 [options.package_data] -* = emmo_units.csv, - emmo_unit_prefixes.csv, - chowlk/*, - chowlk/*/*, - chowlk/*/*/* +* = emmo_lib/emmo_units.csv, + emmo_lib/emmo_unit_prefixes.csv + [bumpver] current_version = "v0.0.0" From 2c2e9684abfa3b2bdd76eef1bc8d129d3970c5cd Mon Sep 17 00:00:00 2001 From: Yoav Nahshon Date: Thu, 4 May 2023 17:23:19 +0200 Subject: [PATCH 2/2] Run pre-commit hooks --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 669f31e4..ca373489 100755 --- a/setup.cfg +++ b/setup.cfg @@ -59,7 +59,6 @@ tests = * = emmo_lib/emmo_units.csv, emmo_lib/emmo_unit_prefixes.csv - [bumpver] current_version = "v0.0.0" version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"