-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the package name to ai-edge-model-explorer-adapter
PiperOrigin-RevId: 632196052
- Loading branch information
1 parent
7e64ce1
commit c4e4502
Showing
4 changed files
with
16 additions
and
137 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
121 changes: 0 additions & 121 deletions
121
src/builtin-adapter/python/pip_package/build_cp39_package.sh
This file was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
|
@@ -33,13 +33,13 @@ | |
version=PACKAGE_VERSION, | ||
description=DOCLINES[0], | ||
long_description='\n'.join(DOCLINES[2:]), | ||
url='https://www.tensorflow.org/lite/', | ||
author='Google, LLC', | ||
author_email='[email protected]', | ||
url='https://github.com/google-ai-edge/model-explorer', | ||
author='Google AI Edge', | ||
author_email='[email protected]', | ||
license='Apache 2.0', | ||
include_package_data=True, | ||
has_ext_modules=lambda: True, | ||
keywords='tflite tensorflow tensor machine learning model explorer adapter', | ||
keywords='google ai edge machine learning model explorer adapter', | ||
classifiers=[ | ||
'Development Status :: 5 - Production/Stable', | ||
'Intended Audience :: Developers', | ||
|