* bump maturin and pyo3 versions * update to support MacOS dylib extentions * update package config to use a build.rs and fix linking issue on macOS see https://pyo3.rs/master/building_and_distribution.html#macos
13 lines
187 B
TOML
13 lines
187 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
maturin = ">=0.12.0"
|
|
pytest = ">=4.0"
|
|
e1839a8 = {path = "."}
|
|
|
|
[packages]
|
|
e1839a8 = {path = "."}
|