-
Notifications
You must be signed in to change notification settings - Fork 84
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: 632046099
- Loading branch information
1 parent
7e64ce1
commit 756a6dc
Showing
3 changed files
with
9 additions
and
130 deletions.
There are no files selected for viewing
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', | ||
|