tools: Changed to toml instead of yaml.

- toml is simpler than yaml and popular enough.
This commit is contained in:
Andrew Hamilton 2018-05-17 16:16:21 +10:00
parent 10fbc33759
commit 915eac35ba
5 changed files with 109 additions and 109 deletions

View file

@ -18,7 +18,7 @@ setup(name="vigil",
author="Andrew Hamilton",
license="Artistic 2.0",
packages=["vigil", "vigil.urwid"],
package_data={"vigil": ["LS_COLORS.sh", "tools.yaml"]},
package_data={"vigil": ["LS_COLORS.sh", "tools.toml"]},
entry_points={"console_scripts":
["vigil=vigil.__main__:entry_point",
"vigil-worker=vigil.worker:main",