Skip to content

Commit

Permalink
Adds MANIFEST for versioneer deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
dgasmith committed Aug 15, 2018
1 parent b4a4d27 commit 7ef12a5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
recursive-include opt_einsum *.py

include setup.py
include README.md
include LICENSE
include MANIFEST.in

include versioneer.py
include opt_einsum/_version.py

0 comments on commit 7ef12a5

Please sign in to comment.