We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0327f commit c021751Copy full SHA for c021751
setup.py
@@ -7,7 +7,7 @@
7
8
# Basic package information:
9
name = 'Flask-Heroku-Cacheify',
10
- version = '1.5',
+ version = '1.6.0',
11
py_modules = ('flask_cacheify', ),
12
13
# Packaging options:
@@ -28,7 +28,6 @@
28
url = 'https://github.com/rdegges/flask-heroku-cacheify',
29
keywords = 'flask heroku cloud cache memcache memcached redis awesome',
30
description = 'Automatic Flask cache configuration on Heroku.',
31
- long_description = open(normpath(join(dirname(abspath(__file__)),
32
- 'README.md'))).read()
+ long_description = open(normpath(join(dirname(abspath(__file__)), 'README.md'))).read()
33
34
)
0 commit comments