Fix cpython dependency in README.md

This commit is contained in:
Jim Turner 2017-01-30 18:40:58 -05:00
parent e638b2654a
commit ca7280fded
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ name = "rust2py"
crate-type = ["cdylib"]
[dependencies.cpython]
path = "../.."
version = "0.1"
features = ["extension-module"]
```