Skip to content

Commit

Permalink
Merge pull request #813 from karlb/declare-as-typed
Browse files Browse the repository at this point in the history
Declare raiden-contracts to be typed via PEP561
  • Loading branch information
pirapira committed Apr 2, 2019
2 parents 13ea19b + f684a95 commit e99556d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added raiden_contracts/py.typed
Empty file.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -112,6 +112,7 @@ def run(self):
'build_py': BuildPyCommand,
},
'zip_safe': False,
'package_data': {"raiden_contracts": ["py.typed"]},
}

setup(**config)

0 comments on commit e99556d

Please sign in to comment.