File tree Expand file tree Collapse file tree 4 files changed +22
-2
lines changed
Expand file tree Collapse file tree 4 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 44 - " 2.7"
55 - " 3.2"
66 - " 3.3"
7+ - " 3.4"
8+ - " 3.5"
9+ - " 3.6"
10+ - " 3.7"
11+ - " 3.8"
12+ - " 3.9"
713
814# command to install dependencies
915install : " python setup.py develop"
Original file line number Diff line number Diff line change 11from Levenshtein import _levenshtein
22from Levenshtein ._levenshtein import *
33
4- __doc__ = _levenshtein .__doc__
4+ __doc__ = _levenshtein .__doc__
Original file line number Diff line number Diff line change 11.. contents ::
22
3+ Maintainer wanted
4+ -----------------
5+
6+ |MaintainerWanted |_
7+
8+ .. |MaintainerWanted | image :: https://img.shields.io/badge/maintainers-wanted-red.svg
9+ .. _MaintainerWanted : https://github.com/pickhardt/maintainers-wanted
10+
11+ I am looking for a new maintainer to the project as it is apparent that I
12+ haven't had the need for this particular library for well over 7 years now,
13+ due to it being a C-only library and its somewhat restrictive original license.
14+
15+ *- Antti Haapala
16+
317Introduction
418------------
519
Original file line number Diff line number Diff line change 44
55from distutils .core import Extension
66
7- version = '0.12.0 '
7+ version = '0.12.1 '
88
99extLevensthein = Extension ('Levenshtein._levenshtein' ,
1010 sources = ['Levenshtein/_levenshtein.c' ],
You can’t perform that action at this time.
0 commit comments