Fixes a style problem in pyoxigraph Cargo.toml

pull/46/head
Tpt 4 years ago
parent 0a215cf0c4
commit ffe9fdd06b
  1. 1
      .dockerignore
  2. 7
      python/Cargo.toml
  3. 2
      python/README.md

@ -0,0 +1 @@
bench

@ -6,9 +6,7 @@ license = "MIT/Apache-2.0"
readme = "README.md"
keywords = ["RDF", "SPARQL", "graph-database", "database"]
repository = "https://github.com/oxigraph/oxigraph/tree/master/python"
description = """
Python bindings of Oxigraph, a SPARQL database and RDF toolkit
"""
description = "Python bindings of Oxigraph, a SPARQL database and RDF toolkit"
edition = "2018"
[lib]
@ -37,6 +35,7 @@ classifier = [
]
project-url = [
"Documentation, https://oxigraph.org/pyoxigraph/",
"Source, https://github.com/oxigraph/oxigraph/tree/master/python"
"Source, https://github.com/oxigraph/oxigraph/tree/master/python",
"Tracker, https://github.com/oxigraph/oxrdflib/issues",
]
requires-python = ">=3.5"

@ -46,5 +46,5 @@ To run them use `python -m unittest` in the `tests` directory.
To release a new version of Pyoxigraph run:
```bash
docker run --rm -v $(pwd):/io konstin2/maturin publish
docker run --rm -v $(pwd):/io konstin2/maturin build --release && python -m twine upload target/wheels/*
```

Loading…
Cancel
Save