Skip to content

Commit

Permalink
Merge branch 'master' into in_not_in_sep
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Oct 2, 2018
2 parents 1f938da + cf8947b commit 2aad0d2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions setup.py
Expand Up @@ -64,22 +64,9 @@ def read(*rnames):
install_requires=[
'setuptools',
],
setup_requires=[
'pytest-runner',
],
tests_require=tests_require,
extras_require={
'docs': [
'Sphinx',
],
'test': tests_require,
'release': [
'zest.releaser',
],
'develop': [
'pdbpp',
'isort',
],
},
include_package_data=True,
zip_safe=False
Expand Down

0 comments on commit 2aad0d2

Please sign in to comment.