Skip to content

Commit

Permalink
fix merge conflict markers in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Elia Robyn Speer committed Sep 2, 2021
1 parent cc4f39d commit 11a3138
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,12 @@
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='[email protected]',
url='http://github.com/LuminosoInsight/wordfreq/',
Expand Down

0 comments on commit 11a3138

Please sign in to comment.