Skip to content

Commit 255a132

Browse files
committed
include .pyx files in source dist
1 parent 88f3b79 commit 255a132

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include MetroHash/src/*.h
2+
global-include *.pyx

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
setup(
3333
author="Dobatymo",
3434
name="metrohash-python",
35-
version="1.1.3.1",
35+
version="1.1.3.2",
3636
url="https://github.com/Dobatymo/metrohash-python",
3737
description="Python bindings for MetroHash",
3838
long_description=long_description,

0 commit comments

Comments
 (0)