Skip to content

Commit

Permalink
Fix trove keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Dec 7, 2012
1 parent 46839a1 commit 2ba883c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@
install_requires=['tornado >= 2.4.0'],
license='http://www.apache.org/licenses/LICENSE-2.0',
classifiers=filter(None, classifiers.split('\n')),
keywords='tornado coroutines semaphore mutex queue asynchronous',
keywords='tornado yieldpoint yieldpoints gen coroutine generator',
# use python setup.py nosetests to test
setup_requires=['nose'],
**kwargs
Expand Down

0 comments on commit 2ba883c

Please sign in to comment.