Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Nov 22, 2024
2 parents a374747 + bbf68f6 commit f2c4ad4
Show file tree
Hide file tree
Showing 12 changed files with 89 additions and 346 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "*.md"

env:
MODULE_NAME: 'cymem'
MODULE_NAME: 'murmurhash'
RUN_MYPY: 'false'

jobs:
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
recursive-include include *.h
include LICENSE
include README.md
exclude murmurhash/mrmr.cpp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Cython bindings for MurmurHash2

[![Azure Pipelines](https://img.shields.io/azure-devops/build/explosion-ai/public/5/master.svg?logo=azure-pipelines&style=flat-square)](https://dev.azure.com/explosion-ai/public/_build?definitionId=5)
[![tests](https://github.com/explosion/murmurhash/actions/workflows/tests.yml/badge.svg)](https://github.com/explosion/murmurhash/actions/workflows/tests.yml)
[![pypi Version](https://img.shields.io/pypi/v/murmurhash.svg?style=flat-square&logo=pypi&logoColor=white)](https://pypi.python.org/pypi/murmurhash)
[![conda Version](https://img.shields.io/conda/vn/conda-forge/murmurhash.svg?style=flat-square&logo=conda-forge&logoColor=white)](https://anaconda.org/conda-forge/murmurhash)
[![Python wheels](https://img.shields.io/badge/wheels-%E2%9C%93-4c1.svg?longCache=true&style=flat-square&logo=python&logoColor=white)](https://github.com/explosion/wheelwright/releases)
84 changes: 0 additions & 84 deletions azure-pipelines.yml

This file was deleted.

199 changes: 0 additions & 199 deletions bin/cythonize.py

This file was deleted.

Loading

0 comments on commit f2c4ad4

Please sign in to comment.