prepare release

This commit is contained in:
Nikolay Kim 2017-07-23 11:17:10 -07:00
parent 60b49d15c1
commit 5a386ebb42
2 changed files with 8 additions and 3 deletions

View file

@ -21,7 +21,7 @@ log = "0.3"
libc = "0.2"
spin = "0.4"
num-traits = "0.1"
pyo3cls = { path = "pyo3cls", version="0.1.0" }
pyo3cls = "0.1.0"
[dev-dependencies]
#compiletest_rs = "*"

View file

@ -1,7 +1,13 @@
[package]
name = "pyo3cls"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Proc macros for PyO3 package"
authors = ["PyO3 Project and Contributors <https://github.com/PyO3"]
homepage = "https://github.com/pyo3/pyo3"
repository = "https://github.com/pyo3/pyo3.git"
documentation = "http://pyo3.github.io/PyO3/pyo3/"
categories = ["api-bindings", "development-tools::ffi"]
license = "APACHE-2"
[lib]
proc-macro = true
@ -9,7 +15,6 @@ proc-macro = true
[dependencies]
quote="0.3"
log="0.3"
env_logger = "0.4"
[dependencies.syn]
version="0.11"