Coding Style.
- Turn fill3 module into a package.
This commit is contained in:
parent
c2b7a8ce64
commit
f44afb5b5d
2 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue