Skip to content

Commit

Permalink
Refresh metadata in sharktank/setup.py. (#247)
Browse files Browse the repository at this point in the history
* Drop author email for consistency with shortfin (we could also pick a
mailing list or more up to date contact email)
* Update URL following repository rename

More will be needed as we add a dep on `shortfin` and resume regular
publishing of this `sharktank` package to
https://pypi.org/project/sharktank/
  • Loading branch information
ScottTodd authored Oct 15, 2024
1 parent 854bea3 commit ffee822
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sharktank/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@ def initialize_options(self):
name=f"sharktank",
version=f"{PACKAGE_VERSION}",
author="SHARK Authors",
author_email="[email protected]",
description="SHARK layers and inference models for genai",
long_description=README,
long_description_content_type="text/markdown",
url="https://github.com/nod-ai/sharktank",
url="https://github.com/nod-ai/SHARK-Platform",
license="Apache-2.0",
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down

0 comments on commit ffee822

Please sign in to comment.