diff --git a/MANIFEST.in b/MANIFEST.in index e705e7e..0ffb700 100644 --- 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 index edcb470..b1759d4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,5 +24,6 @@ licence_files = [options] python_requires = >= 3.6 +include_package_data = True packages = chaind