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 a4c062b commit c0e94feCopy full SHA for c0e94fe
README.rst
@@ -2,6 +2,7 @@ pymemcache_ integration for Flask
2
=================================
3
4
.. _pymemcache: https://github.com/pinterest/pymemcache
5
+.. image:: https://travis-ci.org/KLab/Flask-PyMemcache.svg :target: https://travis-ci.org/KLab/Flask-PyMemcache
6
7
Initialize
8
----------
setup.py
@@ -11,6 +11,11 @@
11
12
setup(
13
name="Flask-PyMemcache",
14
+ version='0.0.1',
15
+ py_modules=['flask_pymemcache'],
16
+ author='INADA Naoki',
17
+ author_email='songofacandy at gmail dot com',
18
+ url='https://github.com/KLab/Flask-PyMemcache',
19
description="pymemcache integration for Flask",
20
long_description=readme,
21
install_requires=["Flask", "pymemcache>=1.2.1"],
0 commit comments