From 7513a35dfd0899c7425ae21025676dfb0f7fd58f Mon Sep 17 00:00:00 2001 From: David Brochart Date: Wed, 27 Dec 2023 09:03:29 +0100 Subject: [PATCH] Add Cargo include (#58) --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 3248fb9..aad1db1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,22 @@ name = "pycrdt" version = "0.8.1" edition = "2021" +license = "MIT" +homepage = "https://github.com/jupyter-server/pycrdt" +repository = "https://github.com/jupyter-server/pycrdt/pycrdt.git" +readme = "README.md" +include = [ + "/pyproject.toml", + "/README.md", + "/LICENSE", + "/src", + "/python/pycrdt", + "/tests", + "!__pycache__", + "!tests/.mypy_cache", + "!tests/.pytest_cache", + "!*.so", +] [lib] name = "pycrdt"