Bring version up to date.
This commit is contained in:
parent
f9e7014701
commit
4580f57119
3 changed files with 7 additions and 7 deletions
|
|
@ -8,7 +8,7 @@ except ImportError:
|
|||
|
||||
|
||||
setup(name="eris",
|
||||
version="2021.12.16",
|
||||
version="2021.12.20",
|
||||
description=("Eris maintains an up-to-date set of reports for every file in a codebase."),
|
||||
url="https://github.com/ahamilton/eris",
|
||||
author="Andrew Hamilton",
|
||||
|
|
@ -23,6 +23,6 @@ setup(name="eris",
|
|||
"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.16#subdirectory=termstr",
|
||||
"fill3 @ git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=fill3",
|
||||
"lscolors @ git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=lscolors"])
|
||||
"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"])
|
||||
|
|
|
|||
|
|
@ -8,11 +8,11 @@ except ImportError:
|
|||
|
||||
|
||||
setup(name="fill3",
|
||||
version="2021.12.16",
|
||||
version="2021.12.20",
|
||||
description=("Fill3 provides basic widgets for a tui."),
|
||||
url="https://github.com/ahamilton/eris",
|
||||
author="Andrew Hamilton",
|
||||
author_email="and_hamilton@yahoo.com",
|
||||
license="Artistic 2.0",
|
||||
packages=["fill3"],
|
||||
install_requires=["termstr @ git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=termstr"])
|
||||
install_requires=["termstr @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=termstr"])
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ except ImportError:
|
|||
|
||||
|
||||
setup(name="termstr",
|
||||
version="2021.12.16",
|
||||
version="2021.12.20",
|
||||
description=("Termstr provides strings with extra terminal styling."),
|
||||
url="https://github.com/ahamilton/eris",
|
||||
author="Andrew Hamilton",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue