Skip to content

Commit 3e6a5b0

Browse files
committed
Version 1.0.1. Build rust.capnp files.
1 parent 2988a56 commit 3e6a5b0

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

build.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ def ext_modules(self, v):
3434
self._d["ext_modules"] = v
3535

3636

37-
capnpy_schema_files = [
38-
p for p in
39-
glob.glob("podping_schemas/**/*.capnp", recursive=True)
40-
if not p.endswith("rust.capnp")
41-
]
37+
capnpy_schema_files = glob.glob("podping_schemas/**/*.capnp", recursive=True)
4238
json_schema_files = glob.glob("podping_schemas/**/*.json", recursive=True)
4339

4440

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "podping-schemas"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = ""
55
authors = ["Alecks Gates <agates@mail.agates.io>"]
66
license = "MIT"

0 commit comments

Comments
 (0)