Skip to content

Commit

Permalink
Add Cargo include (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Dec 27, 2023
1 parent 7fb9537 commit 7513a35
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7513a35

Please sign in to comment.