tools: Changed to toml instead of yaml.
- toml is simpler than yaml and popular enough.
This commit is contained in:
parent
10fbc33759
commit
915eac35ba
5 changed files with 109 additions and 109 deletions
2
setup.py
2
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue