From 8ccdb6a855c65dd24f10420502fe42408beb7635 Mon Sep 17 00:00:00 2001 From: Jacan Chaplais Date: Mon, 10 Oct 2022 13:07:57 +0100 Subject: [PATCH] pinned pyhepmc version, added subpackages to ns #15 --- setup.cfg | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 684c986..759bfdf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,13 +12,17 @@ classifiers = License :: OSI Approved :: BSD License Operating System :: OS Independent [options] -packages = heparchy +packages = + heparchy + heparchy.data + heparchy.read + heparchy.write install_requires = attrs >=21 numpy vector networkx - pyhepmc_ng + pyhepmc-ng ==0.4.3 h5py pandas typicle