Add Rust support

This commit is contained in:
Chris Kuehl 2018-05-15 20:59:18 -07:00
parent 884e78e255
commit 7f85da1b9d
3 changed files with 71 additions and 0 deletions

View file

@ -42,6 +42,7 @@ setup(
'nodeenv>=0.11.1',
'pyyaml',
'six',
'toml',
'virtualenv',
],
entry_points={