Coding style.

- Fix line length.
This commit is contained in:
Andrew Hamilton 2021-12-21 20:48:48 +10:00
parent cc69e00889
commit 0416d4e29d
2 changed files with 11 additions and 10 deletions

View file

@ -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"])