We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5ed2a commit 966297cCopy full SHA for 966297c
1 file changed
setup.py
@@ -160,7 +160,7 @@
160
# http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files
161
#
162
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
163
- data_files=[('', ['bin/caches.json'])], # Optional
+ data_files=[('', ['caches.json'])], # Optional
164
165
# To provide executable scripts, use entry points in preference to the
166
# "scripts" keyword. Entry points provide cross-platform support and allow
0 commit comments