Skip to content

Commit

Permalink
refactor: Change wordlist includes from package_data to MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu committed Feb 19, 2020
1 parent db81601 commit 0f69fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# For mnemonics
recursive-include hdaccount/wordlist/
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
author='The Ethereum Foundation',
author_email='snakecharmers@ethereum.org',
url='https://github.com/ethereum/eth-account',
package_data={'eth_account': ['hdaccount/wordlist/*.txt']},
include_package_data=True,
install_requires=[
"attrdict>=2.0.0,<3",
Expand Down

0 comments on commit 0f69fcb

Please sign in to comment.