Skip to content

Commit

Permalink
Adjust author in setup.py and add proper license (#1529)
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Morin <[email protected]>
  • Loading branch information
JeanChristopheMorinPerso authored Sep 11, 2023
1 parent 6ea5b67 commit 3fd1929
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]",
license="Apache License 2.0",
license="Apache-2.0",
license_files=["LICENSE"],
entry_points={
"console_scripts": get_specifications().values()
},
Expand Down

0 comments on commit 3fd1929

Please sign in to comment.