Skip to content

Commit

Permalink
Correctly package __init__.pyi so it is actually installed via conda. (
Browse files Browse the repository at this point in the history
…pytorch#16822)

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
  • Loading branch information
ezyang authored and soumith committed Feb 7, 2019
1 parent 18eef1d commit 48fcfda
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 @@ -849,6 +849,7 @@ def make_relative_rpath(path):
entry_points=entry_points,
package_data={
'torch': [
'__init__.pyi',
'lib/*.so*',
'lib/*.dylib*',
'lib/*.dll',
Expand Down

0 comments on commit 48fcfda

Please sign in to comment.