Skip to content

Commit faf5da4

Browse files
committed
chore: Prepare changelog for commitizen
1 parent 84d940d commit faf5da4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def read(filename):
1717
author="Jayson Reis",
1818
author_email="[email protected]",
1919
description="A pure python module to access memcached via its binary protocol with SASL auth support",
20-
long_description="{0}\n{1}".format(read("README.rst"), read("CHANGELOG.rst")),
20+
long_description="{0}\n{1}".format(read("README.rst"), read("CHANGELOG.md")),
2121
url="https://github.com/jaysonsantos/python-binary-memcached",
2222
packages=["bmemcached", "bmemcached.client"],
2323
classifiers=[

0 commit comments

Comments
 (0)