readme additions

This commit is contained in:
Shay Palachy
2017-04-20 14:55:18 +03:00
parent e3cfb86d60
commit 4e16a6e9b8
5 changed files with 67 additions and 28 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ setup(
name='cachier',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
description='Persistent, stale-free memoization decorators for Python.',
description='Persistent, stale-free, local and cross-machine caching for Python functions.',
long_description=README_RST,
license='MIT',
author='Shay Palachy',