Skip to content

Commit

Permalink
Update setup.py (pytorch#981)
Browse files Browse the repository at this point in the history
Adding `description` to `setup.py`
  • Loading branch information
lowks authored and soumith committed Mar 11, 2017
1 parent 01650ac commit 2f5c215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,7 @@ def make_relative_rpath(path):


setup(name="torch", version=version,
description="Tensors and Dynamic neural networks in Python with strong GPU acceleration",
ext_modules=extensions,
cmdclass={
'build': build,
Expand Down

0 comments on commit 2f5c215

Please sign in to comment.