commit 30c04e7aa21ba0dc4116a42b4af10c6f9204527a parent 0ea83e45a86629f47f7d1c14fbc6ba018c98240f Author: nolash <dev@holbrook.no> Date: Tue, 20 Jul 2021 18:27:56 +0200 Add config files to package Diffstat:
M | MANIFEST.in | | | 2 | +- |
M | setup.cfg | | | 1 | + |
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/MANIFEST.in b/MANIFEST.in @@ -1 +1 @@ -include *requirements.txt +include *requirements.txt chaind/data/config/* chaind/data/config/syncer/* diff --git a/setup.cfg b/setup.cfg @@ -24,5 +24,6 @@ licence_files = [options] python_requires = >= 3.6 +include_package_data = True packages = chaind