From 3958b1e79d7e95c46f8f75641296a8ce12f8ccad Mon Sep 17 00:00:00 2001 From: "r.jaepel" <r.jaepel@fz-juelich.de> Date: Mon, 28 Aug 2023 12:56:42 +0200 Subject: [PATCH] add click and git-lfs to requirements --- README.md | 2 +- setup.cfg | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0088dc..057a412 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -# ModSim Data toolbox +# The CADET-Research Data Management toolbox diff --git a/setup.cfg b/setup.cfg index 17b15ab..40a7bd7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,6 +19,9 @@ packages = find: python_requires = >=3.8 install_requires = gitpython + git-lfs + click + include_package_data = True [options.entry_points] -- GitLab