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"