Skip to content

Commit

Permalink
correct package name
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 17, 2017
1 parent 8d16537 commit 33b17a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def run(self):
install_requires=['appdirs>=1.4'],
extras_require={
':python_version <= "3.3"': ['pathlib'],
'deploy': ['pytest', 'coverage', 'python-codacy-coverage'],
'deploy': ['pytest', 'coverage', 'codacy-coverage'],
'doctest': ['sphinx>=1.3.1'],
'doc': [
'sphinx>=1.3.1',
Expand Down

0 comments on commit 33b17a7

Please sign in to comment.