Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
mganahl committed Jan 7, 2021
1 parent 9bab345 commit 2c4501f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
with open('tensornetwork/version.py') as f:
exec(f.read(), globals())

description = ('A high level tensor network API for tensorflow.')
description = ('A high level tensor network API for '
'accelerated tensor network calculations.')

# Reading long Description from README.md file.
with open("README.md", "r") as fh:
Expand Down

0 comments on commit 2c4501f

Please sign in to comment.