From 3fd1929681101508d7a4cba49932d9dc0bf9ef47 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Morin <38703886+JeanChristopheMorinPerso@users.noreply.github.com> Date: Mon, 11 Sep 2023 19:40:57 -0400 Subject: [PATCH] Adjust author in setup.py and add proper license (#1529) Signed-off-by: Jean-Christophe Morin --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 03dcfa7f3..fc936c293 100644 --- a/setup.py +++ b/setup.py @@ -61,9 +61,10 @@ def find_files(pattern, path=None, root="rez"): long_description=long_description, long_description_content_type='text/markdown', url="https://github.com/AcademySoftwareFoundation/rez", - author="Allan Johns", + author="Contributors to the rez project", author_email="rez-discussion@lists.aswf.io", - license="Apache License 2.0", + license="Apache-2.0", + license_files=["LICENSE"], entry_points={ "console_scripts": get_specifications().values() },