Skip to content

Commit

Permalink
Copy change
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Jan 24, 2018
1 parent a2a0d9a commit 7aecb33
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
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python
import sys
import os
from setuptools import setup, find_packages
Expand Down Expand Up @@ -40,7 +40,7 @@ def read(f: str) -> str:
setup(name='tomodachi',
version=tomodachi.__version__,
description=('Python 3 microservice library / framework using asyncio with HTTP, '
'AMQP and AWS SNS+SQS support.'),
'RabbitMQ / AMQP and AWS SNS+SQS support.'),
long_description='\n\n'.join((read('README.rst'), read('CHANGES.rst'))),
classifiers=classifiers,
author='Carl Oscar Aaro',
Expand Down

0 comments on commit 7aecb33

Please sign in to comment.