Skip to content

Commit 0fcd806

Browse files
committed
Ensure the .pxd is included in source builds. Closes #129.
1 parent 19fd595 commit 0fcd806

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 7.0.1
4+
5+
- Ensure csimdjson.pxd is included in the sdist (#129)
6+
37
## 7.0.0
48

59
- Drop python 3.8, pypy builds, add python 3.13 (#117, #123)

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ include simdjson/simdjson.h
22
include simdjson/simdjson.cpp
33
include simdjson/util.h
44
include simdjson/util.cpp
5+
include simdjson/csimdjson.pxd

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pysimdjson"
7-
version = "7.0.0"
7+
version = "7.0.1"
88
description = "Add your description here"
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)