Browse Source

Fix comment in setup.py

pull/63/head
Wesley Kerfoot 5 years ago
committed by GitHub
parent
commit
04ea30917b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      setup.py

2
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 = [

Loading…
Cancel
Save