Skip to content

Commit

Permalink
fixed pip
Browse files Browse the repository at this point in the history
  • Loading branch information
cloverstd committed Jun 29, 2016
1 parent 5333aa6 commit d399243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
@@ -1,18 +1,18 @@
#!/usr/bin/env python
# encoding: utf-8

from setuptools import setup
from setuptools import setup, find_packages

setup(
name='Flask-wechatpy',
version='0.1.0',
version='0.1.2',
url='https://github.com/cloverstd/flask-wechatpy',
license='MIT',
author='cloverstd',
author_email='cloverstd@gmail.com',
description='wechatpy for flask extension',
long_description=__doc__,
py_modules=['flask_wechatpy'],
packages=find_packages(),
zip_safe=False,
include_package_data=True,
platforms='any',
Expand Down

0 comments on commit d399243

Please sign in to comment.