Skip to content

Commit

Permalink
fix: update some details in setup.py [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam-Armstrong committed Oct 15, 2024
1 parent fba84ab commit 5732bd5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def _strip(line):
name="ivy",
version=__version__,
author="Transpile AI",
author_email="[email protected]",
author_email="[email protected]",
description="Convert Machine Learning Code Between Frameworks",
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -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,
)

0 comments on commit 5732bd5

Please sign in to comment.