From 010bef129985154b2eb152a65affa341e8fb4c55 Mon Sep 17 00:00:00 2001 From: Peter Schubert <Peter.Schubert@hhu.de> Date: Fri, 8 Jul 2022 20:55:41 +0200 Subject: [PATCH] Add package build support for sbo.owl data file --- MANIFEST.in | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 1aba38f..25cda7b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include LICENSE +recursive-include package * \ No newline at end of file diff --git a/setup.py b/setup.py index 00f0331..b479940 100755 --- a/setup.py +++ b/setup.py @@ -43,5 +43,6 @@ setup( 'sbmlxdf >= 0.2.7'], python_requires=">=3.7", keywords=['modeling', 'standardization', 'SBML'], + include_package_data=True, **setup_kwargs ) -- GitLab