From 5732bd56c1c123cc538e1494e4ad304e1e86abda Mon Sep 17 00:00:00 2001 From: Sam-Armstrong Date: Tue, 15 Oct 2024 15:20:03 +0100 Subject: [PATCH] fix: update some details in setup.py [skip ci] --- setup.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index c8b3c12132e0..3c036903f793 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def _strip(line): name="ivy", version=__version__, author="Transpile AI", - author_email="hello@transpile-ai.com", + author_email="contact@ivy.dev", description="Convert Machine Learning Code Between Frameworks", long_description=long_description, long_description_content_type="text/markdown", @@ -131,9 +131,7 @@ def _strip(line): _strip(line) for line in open("requirements/requirements.txt", "r", encoding="utf-8") ], - classifiers=[ - "License :: OSI Approved :: Apache Software License", - ], - license="Apache 2.0", + classifiers=[], + license="End-User License Agreement for Ivy", options=options, )