Skip to content

Commit

Permalink
Merge pull request #3 from alfred82santa/feature/runner-and-reloader
Browse files Browse the repository at this point in the history
Better pypi desc
  • Loading branch information
alfred82santa committed Sep 1, 2015
2 parents d690f70 + 320b04a commit 14b324e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
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 14b324e

Please sign in to comment.