diff-match-patch icon indicating copy to clipboard operation
diff-match-patch copied to clipboard

Python libraries: add setup.py

Open nikolas opened this issue 6 years ago • 0 comments

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.

nikolas avatar Aug 27 '18 17:08 nikolas