Skip to content

Commit

Permalink
Added pep8 as an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
krischer committed Oct 2, 2013
1 parent f315b86 commit 486c46d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@
'lxml',
'sqlalchemy',
'suds>=0.4.0']
EXTRAS_REQUIRE = {
'tests': ['pep8']}
ENTRY_POINTS = {
'console_scripts': [
'obspy-runtests = obspy.core.scripts.runtests:main',
Expand Down Expand Up @@ -474,6 +476,7 @@ def setupPackage():
namespace_packages=[],
zip_safe=False,
install_requires=INSTALL_REQUIRES,
extras_require=EXTRAS_REQUIRE,
download_url=("https://github.com/obspy/obspy/zipball/master"
"#egg=obspy=dev"), # this is needed for "easy_install obspy==dev"
include_package_data=True,
Expand Down

0 comments on commit 486c46d

Please sign in to comment.