Skip to content
  1. Aug 03, 2017
  2. Aug 01, 2017
  3. Jul 31, 2017
  4. Jul 29, 2017
  5. Jun 29, 2017
    • Fabrice Salvaire's avatar
      Merge pull request #33 from joh/issue-22 · 863002a5
      Fabrice Salvaire authored
      Use package_data instead of data_files
      863002a5
    • Johannes H. Jensen's avatar
      Use package_data instead of data_files · 3921d0c8
      Johannes H. Jensen authored
      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
      3921d0c8
  6. Jun 09, 2017