From 04ea30917bd76d14958af05932d028c0b71d55df Mon Sep 17 00:00:00 2001 From: Wesley Kerfoot <378351+weskerfoot@users.noreply.github.com> Date: Mon, 3 Jun 2019 11:09:14 -0400 Subject: [PATCH] Fix comment in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87e82db..22f6959 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setuptools.setup( packages=setuptools.find_packages(), include_package_data=True, package_data={ - # If any package contains *.txt or *.rst files, include them: + # Include *json files in the package: '': ['*.json'], }, install_requires = [