diff --git a/setup.py b/setup.py index 42ca39e..c1b5ba9 100644 --- a/setup.py +++ b/setup.py @@ -36,7 +36,13 @@ def run(self): long_description_content_type="text/markdown", url="https://github.com/nedap/deidentify", packages=setuptools.find_packages(exclude=['tests', 'tests.*']), - package_data={'': ['LICENSE']}, + package_data={ + '': ['LICENSE'], + 'deidentify': [ + 'surrogates/generators/resources/*.csv', + 'surrogates/generators/resources/*.txt' + ] + }, license="MIT License", classifiers=[ "Programming Language :: Python :: 3",