There is no urwid package anymore.
This commit is contained in:
parent
45b810fe9a
commit
09e7c04e26
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -17,7 +17,7 @@ setup(name="eris",
|
|||
url="https://github.com/ahamilton/eris",
|
||||
author="Andrew Hamilton",
|
||||
license="Artistic 2.0",
|
||||
packages=["eris", "eris.urwid"],
|
||||
packages=["eris"],
|
||||
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