Coding Style.

- Turn fill3 module into a package.
This commit is contained in:
Andrew Hamilton 2021-11-03 14:22:52 +10:00
parent c2b7a8ce64
commit f44afb5b5d
2 changed files with 2 additions and 2 deletions

View file

@ -14,8 +14,8 @@ setup(name="eris",
url="https://github.com/ahamilton/eris",
author="Andrew Hamilton",
license="Artistic 2.0",
packages=["eris", "termstr"],
py_modules=["fill3", "lscolors", "sorted_collection"],
packages=["eris", "termstr", "fill3"],
py_modules=["lscolors", "sorted_collection"],
package_data={"eris": ["LS_COLORS.sh", "tools.toml"]},
entry_points={"console_scripts":
["eris=eris.__main__:entry_point",