Update version from 2021.12.22 to v2021.12.22.
This commit is contained in:
parent
486d7b3f27
commit
292f58e309
6 changed files with 6 additions and 6 deletions
|
|
@ -10,7 +10,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
Install eris directly using pip, and apt install the tools eris relies on:
|
Install eris directly using pip, and apt install the tools eris relies on:
|
||||||
|
|
||||||
pip install git+https://github.com/ahamilton/eris@2021.12.22#subdirectory=eris
|
pip install git+https://github.com/ahamilton/eris@v2021.12.22#subdirectory=eris
|
||||||
eris --apt-install-tools
|
eris --apt-install-tools
|
||||||
|
|
||||||
Or install from source: (including tools)
|
Or install from source: (including tools)
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ except ImportError:
|
||||||
|
|
||||||
REPO_PATH = os.path.dirname(os.getcwd())
|
REPO_PATH = os.path.dirname(os.getcwd())
|
||||||
setup(name="eris",
|
setup(name="eris",
|
||||||
version="2021.12.22",
|
version="v2021.12.22",
|
||||||
description=("Eris maintains an up-to-date set of reports for every file in a codebase."),
|
description=("Eris maintains an up-to-date set of reports for every file in a codebase."),
|
||||||
url="https://github.com/ahamilton/eris",
|
url="https://github.com/ahamilton/eris",
|
||||||
author="Andrew Hamilton",
|
author="Andrew Hamilton",
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ except ImportError:
|
||||||
|
|
||||||
REPO_PATH = os.path.dirname(os.getcwd())
|
REPO_PATH = os.path.dirname(os.getcwd())
|
||||||
setup(name="fill3",
|
setup(name="fill3",
|
||||||
version="2021.12.22",
|
version="v2021.12.22",
|
||||||
description=("Fill3 provides basic widgets for a tui."),
|
description=("Fill3 provides basic widgets for a tui."),
|
||||||
url="https://github.com/ahamilton/eris",
|
url="https://github.com/ahamilton/eris",
|
||||||
author="Andrew Hamilton",
|
author="Andrew Hamilton",
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ except ImportError:
|
||||||
|
|
||||||
|
|
||||||
setup(name="lscolors",
|
setup(name="lscolors",
|
||||||
version="2021.12.22",
|
version="v2021.12.22",
|
||||||
description=("Give coloring for file types as in the ls command."),
|
description=("Give coloring for file types as in the ls command."),
|
||||||
url="https://github.com/ahamilton/eris",
|
url="https://github.com/ahamilton/eris",
|
||||||
author="Andrew Hamilton",
|
author="Andrew Hamilton",
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase.
|
||||||
|
|
||||||
Install eris directly using pip, and apt install the tools eris relies on:
|
Install eris directly using pip, and apt install the tools eris relies on:
|
||||||
|
|
||||||
pip install git+https://github.com/ahamilton/eris@2021.12.22#subdirectory=eris
|
pip install git+https://github.com/ahamilton/eris@v2021.12.22#subdirectory=eris
|
||||||
eris --apt-install-tools
|
eris --apt-install-tools
|
||||||
|
|
||||||
Or install from source: (including tools)
|
Or install from source: (including tools)
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ except ImportError:
|
||||||
|
|
||||||
|
|
||||||
setup(name="termstr",
|
setup(name="termstr",
|
||||||
version="2021.12.22",
|
version="v2021.12.22",
|
||||||
description=("Termstr provides strings with extra terminal styling."),
|
description=("Termstr provides strings with extra terminal styling."),
|
||||||
url="https://github.com/ahamilton/eris",
|
url="https://github.com/ahamilton/eris",
|
||||||
author="Andrew Hamilton",
|
author="Andrew Hamilton",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue