Skip to content

Commit

Permalink
Removed unnecessary dependencies from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonhout committed Jul 27, 2016
1 parent 2ec5ac2 commit 03dbcaf
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
install_requires=[
'numpy',
'docopt',
'bmi',
],
setup_requires=[
'sphinx',
'sphinx_rtd_theme'
],
#setup_requires=[
# 'sphinx',
# 'sphinx_rtd_theme'
#],
tests_require=[
'nose'
],
Expand All @@ -25,9 +24,4 @@
'windsurf = windsurf.console:windsurf',
'windsurf-setup = windsurf.console:windsurf_setup'
]},
data_files=[
('example', [
"example/",
])
],
)

0 comments on commit 03dbcaf

Please sign in to comment.