Skip to content

Commit

Permalink
removed my name in the README as I'm no longer the sole author
Browse files Browse the repository at this point in the history
  • Loading branch information
kerighan committed Feb 10, 2021
1 parent 8a65843 commit 436277f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,3 @@ eldar = Query('"g*dal*"')
print(eldar(document))
# >>> True
```

## Authors

Maixent Chenebaux
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

setup(
name="eldar",
version="0.0.6",
version="0.0.7",
author="Maixent Chenebaux",
author_email="mchenebaux@reputationsquad.com",
author_email="max.chbx@gmail.com",
description="Boolean text search in Python",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 436277f

Please sign in to comment.