Skip to content

Commit c0e94fe

Browse files
committed
Add travis badge.
1 parent a4c062b commit c0e94fe

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pymemcache_ integration for Flask
22
=================================
33

44
.. _pymemcache: https://github.com/pinterest/pymemcache
5+
.. image:: https://travis-ci.org/KLab/Flask-PyMemcache.svg :target: https://travis-ci.org/KLab/Flask-PyMemcache
56

67
Initialize
78
----------

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
setup(
1313
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',
1419
description="pymemcache integration for Flask",
1520
long_description=readme,
1621
install_requires=["Flask", "pymemcache>=1.2.1"],

0 commit comments

Comments
 (0)