Skip to content
Commit 3921d0c8 authored by Johannes H. Jensen's avatar Johannes H. Jensen
Browse files

Use package_data instead of data_files

The previous method using data_files would always install these files in
the system directory, even when doing a user install (setup.py install
--user). get_python_lib() always returns the global python path, so the
manual path calculation would be wrong in this case. Instead make use of
package_data which will install the files in the correct location.

Fixes #22
parent a73498fb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment