diff --git a/MANIFEST.in b/MANIFEST.in index 7f44b9a..8ec70e6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include MetroHash/src/*.h +global-include *.pyx diff --git a/setup.py b/setup.py index 1775511..27d5702 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( author="Dobatymo", name="metrohash-python", - version="1.1.3.1", + version="1.1.3.2", url="https://github.com/Dobatymo/metrohash-python", description="Python bindings for MetroHash", long_description=long_description,