diff-match-patch
diff-match-patch copied to clipboard
Python libraries: add setup.py
Here's a start to resolving https://github.com/google/diff-match-patch/issues/17
It's easiest to manage python 2 and 3 in the same codebase, so one
direction we could go in is just replacing python2
and python3
with
a single python
directory.