Add author email to setup.pys.
This commit is contained in:
parent
a724d234c3
commit
38b0b9ead0
4 changed files with 4 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ setup(name="eris",
|
||||||
" file in a codebase."),
|
" file in a codebase."),
|
||||||
url="https://github.com/ahamilton/eris",
|
url="https://github.com/ahamilton/eris",
|
||||||
author="Andrew Hamilton",
|
author="Andrew Hamilton",
|
||||||
|
author_email="and_hamilton@yahoo.com",
|
||||||
license="Artistic 2.0",
|
license="Artistic 2.0",
|
||||||
packages=["eris"],
|
packages=["eris"],
|
||||||
py_modules=["lscolors", "sorted_collection"],
|
py_modules=["lscolors", "sorted_collection"],
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,6 @@ setup(name="fill3",
|
||||||
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",
|
||||||
|
author_email="and_hamilton@yahoo.com",
|
||||||
license="Artistic 2.0",
|
license="Artistic 2.0",
|
||||||
packages=["fill3"])
|
packages=["fill3"])
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,6 @@ setup(name="lscolors",
|
||||||
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",
|
||||||
|
author_email="and_hamilton@yahoo.com",
|
||||||
license="Artistic 2.0",
|
license="Artistic 2.0",
|
||||||
py_modules=["lscolors"])
|
py_modules=["lscolors"])
|
||||||
|
|
|
||||||
|
|
@ -12,5 +12,6 @@ setup(name="termstr",
|
||||||
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",
|
||||||
|
author_email="and_hamilton@yahoo.com",
|
||||||
license="Artistic 2.0",
|
license="Artistic 2.0",
|
||||||
packages=["termstr"])
|
packages=["termstr"])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue