Skip to content

Commit 50c9d32

Browse files
committed
Include csiphash_build.py in sdist, bump to v0.0.3.
1 parent 26e9b37 commit 50c9d32

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include siphash24.c
2+
include csiphash_build.py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name='csiphash',
16-
version='0.0.2',
16+
version='0.0.3',
1717

1818
description='A CFFI-based implementation of SipHash24',
1919
long_description=readme,

0 commit comments

Comments
 (0)