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

Commit 2c4501f

Browse files
committed
update description
1 parent 9bab345 commit 2c4501f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
with open('tensornetwork/version.py') as f:
2020
exec(f.read(), globals())
2121

22-
description = ('A high level tensor network API for tensorflow.')
22+
description = ('A high level tensor network API for '
23+
'accelerated tensor network calculations.')
2324

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

0 commit comments

Comments
 (0)