From 2361606b3aec1e3c6d66cef21b8d71290d704385 Mon Sep 17 00:00:00 2001 From: Elia Robyn Speer Date: Thu, 2 Sep 2021 21:49:49 +0000 Subject: [PATCH] fix merge conflict markers in setup --- setup.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/setup.py b/setup.py index b938402..8aa3f64 100755 --- a/setup.py +++ b/setup.py @@ -28,20 +28,12 @@ README_contents = open(os.path.join(current_dir, 'README.md'), encoding='utf-8').read() doclines = README_contents.split("\n") dependencies = [ -<<<<<<< HEAD 'msgpack >= 1.0', 'langcodes >= 3.0', 'regex >= 2020.04.04', 'ftfy >= 3.0' -======= - 'msgpack >= 1.0', 'langcodes >= 2.1', 'regex >= 2020.04.04' ->>>>>>> origin/apostrophe-consistency ] setup( name="wordfreq", -<<<<<<< HEAD version='2.5.1', -======= - version='2.3.3', ->>>>>>> origin/apostrophe-consistency maintainer='Robyn Speer', maintainer_email='rspeer@arborelia.net', url='http://github.com/LuminosoInsight/wordfreq/',