Skip to content

Commit

Permalink
Update setup.py (pytorch#26)
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vfdev-5 authored and alykhantejani committed Dec 2, 2017
1 parent fcca0fb commit 4a1b054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def find_version(*file_paths):
license='BSD',

# Package info
packages=find_packages(exclude=('test',)),
packages=find_packages(exclude=('tests',)),

zip_safe=True,
install_requires=requirements,
Expand Down

0 comments on commit 4a1b054

Please sign in to comment.