Addressing cross-platform installation issues

Attempted to address various cross-platform installation issues:

- Removed all hard-coded references to file-paths, and replaced them
  with paths provided by `appdirs`.

- Removed (erroneously inserted) default file paths which would never be
  checked due to application logic.

- Modified `setup.py` to no longer install a configuration file. The
  mechanics are still in place to **read** a configuration file, but
  after examination, I've concluded that the installation of that file
  is best left to package maintainers rather than `cheat` itself.
This commit is contained in:
Chris Lane
2019-02-09 13:27:58 -05:00
parent 89bb9aaf13
commit f692c8e1d8
3 changed files with 1 additions and 12 deletions