-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update some details in setup.py [skip ci]
- Loading branch information
1 parent
fba84ab
commit 5732bd5
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
@@ -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, | ||
) |