diff --git a/README.md b/README.md new file mode 100644 index 0000000..2bbe846 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rusty-polygon-geohasher + +A Rust implementation of the polygon-geohasher library diff --git a/pyproject.toml b/pyproject.toml index 176b489..0d9e056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,8 @@ [tool.poetry] name = "rusty-polygon-geohasher" version = "0.1.0" -description = "" +description = "A Rust implementation of the polygon-geohasher library" +readme = "README.md" authors = ["Francois Maillet "] classifiers = [ "Programming Language :: Python :: 3",