diff --git a/eris/setup.py b/eris/setup.py index c95ec64..22a0f2a 100755 --- a/eris/setup.py +++ b/eris/setup.py @@ -13,6 +13,7 @@ setup(name="eris", " file in a codebase."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton", + author_email="and_hamilton@yahoo.com", license="Artistic 2.0", packages=["eris"], py_modules=["lscolors", "sorted_collection"], diff --git a/fill3/setup.py b/fill3/setup.py index db410c9..1c5be99 100755 --- a/fill3/setup.py +++ b/fill3/setup.py @@ -12,5 +12,6 @@ setup(name="fill3", 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"]) diff --git a/lscolors/setup.py b/lscolors/setup.py index 2f05650..2b2dd5a 100755 --- a/lscolors/setup.py +++ b/lscolors/setup.py @@ -12,5 +12,6 @@ setup(name="lscolors", description=("Give coloring for file types as in the ls command."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton", + author_email="and_hamilton@yahoo.com", license="Artistic 2.0", py_modules=["lscolors"]) diff --git a/termstr/setup.py b/termstr/setup.py index 9b477eb..bb50a8b 100755 --- a/termstr/setup.py +++ b/termstr/setup.py @@ -12,5 +12,6 @@ setup(name="termstr", description=("Termstr provides strings with extra terminal styling."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton", + author_email="and_hamilton@yahoo.com", license="Artistic 2.0", packages=["termstr"])