Skip to content

Commit

Permalink
Merge 320b04a into d690f70
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred82santa committed Sep 1, 2015
2 parents d690f70 + 320b04a commit 18be007
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
import os

with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as desc_file:
description = desc_file.read().replace(':class:', '')
description = desc_file.read().replace(':class:', '').replace(':func:', '')

setup(
name='aiowerkzeug',
url='https://github.com/alfred82santa/aiowerkzeug',
author='alfred82santa',
version='0.1.1',
version='0.1.2',
author_email='alfred82santa@gmail.com',
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 18be007

Please sign in to comment.