Skip to content

Commit

Permalink
Remove unnecessary quotes around description
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Sep 15, 2020
1 parent 771d52c commit ad9a25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = pymemcache
version = attr: pymemcache.__version__
author = Jon Parise
author_email = [email protected]
description = "A comprehensive, fast, pure Python memcached client"
description = A comprehensive, fast, pure Python memcached client
long_description = file: README.rst, ChangeLog.rst
long_description_content_type = text/x-rst
license = Apache License 2.0
Expand Down

0 comments on commit ad9a25b

Please sign in to comment.