Commit Graph

9 Commits (b90b7dd610826c1b872f24861c40591bec2f2653)

Author SHA1 Message Date
Damir Jelić b90b7dd610 setup.py: Add a description and long description.
This adds a short description and puts the contents from the README into
the long description.

This will be useful for packages that will end up on pypi.
2019-08-03 12:17:04 +02:00
Damir Jelić 7afe8905c0 setup.py: Bump the version to be the same as tantivy. 2019-08-03 11:52:23 +02:00
Damir Jelić 2745c03384 Cargo.toml: Use the same version as the core tantivy lib.
This closes #6.
2019-08-03 11:51:55 +02:00
Damir Jelić 82dbd452ea Cargo.toml: Switch to a cdylib.
pyo3-pack requires the library to be a cdylib. This patch allows us to
use pyo3-pack to build and publish tantivy-py using pyo3-pack.
2019-08-02 17:21:13 +02:00
Paul Masurel f3ea129fa7 Fixing build. 2019-08-01 17:22:40 +09:00
Paul Masurel 9158a4fd7d
Merge pull request #1 from matrix-org/initial-bindings
Initial python bindings implementation.
2019-08-01 16:05:15 +09:00
Damir Jelić 5d92452604 README: Rename the project to tantivy-py and mention that the are py3 only. 2019-06-06 12:12:57 +02:00
Damir Jelić 5ea790518b Initial python bindings implementation. 2019-06-04 11:09:58 +02:00
Paul Masurel 5f4e1ef253
Initial commit 2019-06-04 17:45:07 +09:00