Skip to content

Commit

Permalink
Updating setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Mar 31, 2016
1 parent 3ec2b8f commit 317bb3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,16 @@
# dependencies). You can install these using the following syntax,
# for example:
# $ pip install -e .[dev,test]
# extras_require={
# 'dev': ['check-manifest'],
# 'test': ['coverage'],
# },
extras_require={
'dev': ['check-manifest'],
'test': ['coverage'],
},

# If there are data files included in your packages that need to be
# installed, specify them here. If using Python 2.6 or less, then these
# have to be included in MANIFEST.in as well.
package_data={},

setup_requires=['pytest-runner'],
tests_require=['pytest', 'coveralls'],
tests_require=['pytest', 'coverage'],
)

0 comments on commit 317bb3b

Please sign in to comment.