Enable extension-module

This commit is contained in:
Paul Ganssle 2018-08-21 18:22:08 -04:00
parent c69634e0fd
commit 265a6802d7
No known key found for this signature in database
GPG Key ID: CD54FCE3D964BEFB
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ description = "A Python wrapper for the Rust API for purposes of testing"
[dependencies.pyo3]
path = "../../"
# features = ["extension-module"]
features = ["extension-module"]
[lib]
name = "rustapi_module"