Skip to content

Commit

Permalink
fix setup bug
Browse files Browse the repository at this point in the history
  • Loading branch information
leftthomas committed May 21, 2020
1 parent 8c076d6 commit 493b05a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
})
],
packages=find_packages(exclude=('test',)),
package_data={'.': ['*.so']},
cmdclass={'build_ext': BuildExtension},
zip_safe=False,
install_requires=['torch>=1.5'])

0 comments on commit 493b05a

Please sign in to comment.