Skip to content

Commit 7513a35

Browse files
Add Cargo include (#58)
1 parent 7fb9537 commit 7513a35

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Cargo.toml

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
name = "pycrdt"
33
version = "0.8.1"
44
edition = "2021"
5+
license = "MIT"
6+
homepage = "https://github.com/jupyter-server/pycrdt"
7+
repository = "https://github.com/jupyter-server/pycrdt/pycrdt.git"
8+
readme = "README.md"
9+
include = [
10+
"/pyproject.toml",
11+
"/README.md",
12+
"/LICENSE",
13+
"/src",
14+
"/python/pycrdt",
15+
"/tests",
16+
"!__pycache__",
17+
"!tests/.mypy_cache",
18+
"!tests/.pytest_cache",
19+
"!*.so",
20+
]
521

622
[lib]
723
name = "pycrdt"

0 commit comments

Comments
 (0)