Streamline data_files generation with additional keys
authorBrian Dolbec <dolsen@gentoo.org>
Fri, 7 Jun 2013 14:42:27 +0000 (07:42 -0700)
committerW. Trevor King <wking@tremily.us>
Tue, 11 Jun 2013 21:42:22 +0000 (17:42 -0400)
commitd35aa7dce1466d54f5bba062e49bc268333eee1a
tree1ff9094156404c7cb9d9bec064654b65e95ce78a
parent8d9ac6ab19b92c301fa9fa7c8596bdcb713aeb91
Streamline data_files generation with additional keys

* Move data_file generation out of setup().
* Return per-directory keys, since distutils only uses the directory
  key and value filename (not the value path) when installing
  data_files.
* Use relative key paths for more flexible installation.
* Raise NotImplementedError if os.path.sep is not '/', which allows
  for simpler path handling.
setup.py