Skip to content

Commit

Permalink
feat(requirements): force upgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Dec 29, 2016
1 parent 382a6c0 commit 1a0f24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools>=32
coveralls~=1.1
flake8~=3.2.1
pytest~=3.0.3
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ def run_tests(self):
version=version,
author='Tomas Aparicio',
description=(
'Small utility library for coroutine-driven, '
'asynchronous-based generic programming'
'Small utility library for coroutine-based '
'asynchronous generic programming'
),
url='https://github.com/h2non/paco',
license='MIT',
Expand Down

0 comments on commit 1a0f24d

Please sign in to comment.