There is no urwid package anymore.

This commit is contained in:
Andrew Hamilton 2021-04-10 22:11:38 +10:00
parent 45b810fe9a
commit 09e7c04e26

View file

@ -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",