From e91b9f18b1dafc0ba253ebfc45b2c02cbcaa642f Mon Sep 17 00:00:00 2001 From: Johannes Schumann <johannes.schumann@fau.de> Date: Mon, 3 Apr 2023 14:55:55 +0200 Subject: [PATCH] Add km3io to std requirements --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 04163cf..231a83d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,6 +50,7 @@ install_requires = pandas mendeleev proposal>=7.5.1 + km3io python_requires = >=3.6 include_package_data = True package_dir = @@ -80,11 +81,11 @@ dev = setuptools_scm yapf>=0.25 km3net-testdata>=0.2.11 - km3io [options.entry_points] console_scripts = km3buu = km3buu.cmd:main + init4buu = km3buu.utils.initials:main [options.package_data] * = *.mplstyle, *.py.typed -- GitLab