diff --git a/eris/setup.py b/eris/setup.py index 56f78ec..95bc838 100755 --- a/eris/setup.py +++ b/eris/setup.py @@ -17,12 +17,12 @@ setup(name="eris", packages=["eris"], py_modules=["lscolors", "sorted_collection"], package_data={"eris": ["LS_COLORS.sh", "tools.toml"]}, - entry_points={"console_scripts": ["eris=eris.__main__:entry_point", - "eris-worker=eris.worker:main", - "eris-webserver=eris.webserver:main", - "pydoc_color=eris.pydoc_color:main"]}, - install_requires=["pyinotify==0.9.6", "pygments==2.10.0", "docopt==0.6.2", "pillow==8.4.0", - "toml==0.10.2", "decorator==5.1.0", "pexpect==4.8.0", - "termstr @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=termstr", - "fill3 @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=fill3", - "lscolors @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=lscolors"]) + entry_points={"console_scripts": + ["eris=eris.__main__:entry_point", "eris-worker=eris.worker:main", + "eris-webserver=eris.webserver:main", "pydoc_color=eris.pydoc_color:main"]}, + install_requires=[ + "pyinotify==0.9.6", "pygments==2.10.0", "docopt==0.6.2", "pillow==8.4.0", + "toml==0.10.2", "decorator==5.1.0", "pexpect==4.8.0", + "termstr @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=termstr", + "fill3 @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=fill3", + "lscolors @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=lscolors"]) diff --git a/fill3/setup.py b/fill3/setup.py index 109d534..dab621d 100755 --- a/fill3/setup.py +++ b/fill3/setup.py @@ -15,4 +15,5 @@ setup(name="fill3", author_email="and_hamilton@yahoo.com", license="Artistic 2.0", packages=["fill3"], - install_requires=["termstr @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=termstr"]) + install_requires=[ + "termstr @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=termstr"])