Skip to content

Commit

Permalink
Added a uvloop extra.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Aug 7, 2016
1 parent 479700e commit e72a268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -128,7 +128,7 @@ def emit(self, record):
classifiers = classifiers,
test_suite="__main__.alltests", # to support "setup.py test"
tests_require = tests_require,
extras_require = dict(test=tests_require),
extras_require = dict(test=tests_require, uvloop=['uvloop']),
install_requires = install_requires,
zip_safe = False,
entry_points = """
Expand Down

0 comments on commit e72a268

Please sign in to comment.