Add author email to setup.pys.

This commit is contained in:
Andrew Hamilton 2021-11-07 00:01:49 +10:00
parent a724d234c3
commit 38b0b9ead0
4 changed files with 4 additions and 0 deletions

View file

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