Skip to content
  1. Jul 31, 2017
  2. Jul 29, 2017
  3. 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
  4. Jun 09, 2017
  5. Jun 08, 2017
  6. Jun 05, 2017
  7. May 21, 2017
  8. Feb 22, 2017
  9. Jan 21, 2017
  10. Dec 04, 2016