Skip to content

Commit 966297c

Browse files
committed
Fixing location of caches.json in setup
1 parent cb5ed2a commit 966297c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
# http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files
161161
#
162162
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
163-
data_files=[('', ['bin/caches.json'])], # Optional
163+
data_files=[('', ['caches.json'])], # Optional
164164

165165
# To provide executable scripts, use entry points in preference to the
166166
# "scripts" keyword. Entry points provide cross-platform support and allow

0 commit comments

Comments
 (0)