Skip to content

Commit

Permalink
Merge pull request ethereum#43 from ethereum/manifest-in
Browse files Browse the repository at this point in the history
Add MANIFEST.in file
  • Loading branch information
njgheorghita authored Dec 13, 2019
2 parents df429d2 + 4ab4a01 commit 6dd194c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include LICENSE
include README.md
include requirements-docs.txt

global-include *.pyi

recursive-exclude * __pycache__
recursive-exclude * *.py[co]

0 comments on commit 6dd194c

Please sign in to comment.