Skip to content

Commit d9c4c95

Browse files
authored
fix crates (#7549)
1 parent 403c2be commit d9c4c95

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

crates/compiler-source/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustpython-compiler-source"
33
description = "(DEPRECATED) RustPython Source and Index"
4-
version = "0.5.0+deprecated"
4+
version = "0.4.1+deprecated"
55
authors.workspace = true
66
edition.workspace = true
77
rust-version.workspace = true

crates/doc/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[package]
22
name = "rustpython-doc"
3+
description = "Python __doc__ database for RustPython"
34
version.workspace = true
45
authors.workspace = true
56
edition.workspace = true

crates/pylib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rustpython-pylib"
33
description = "A subset of the Python standard library for use with RustPython"
44
license-file = "Lib/PSF-LICENSE"
5-
include = ["Cargo.toml", "src/**/*.rs", "Lib/", "!Lib/**/test/", "!Lib/**/*.pyc"]
5+
include = ["Cargo.toml", "build.rs", "src/**/*.rs", "Lib/", "!Lib/**/test/", "!Lib/**/*.pyc"]
66
authors = ["CPython Developers"]
77
version.workspace = true
88
edition.workspace = true

0 commit comments

Comments
 (0)