Skip to content

Commit

Permalink
Another attempt to fix issue #37
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrod committed Jun 8, 2018
1 parent e8a0eed commit 7db83c8
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 @@ -61,7 +61,7 @@ def setup_package():
needs_sphinx = {'build_sphinx', 'upload_docs'}.intersection(sys.argv)
sphinx = ['sphinx', 'numpydoc'] if needs_sphinx else []
setup(setup_requires=['pyscaffold==2.5.11'] + sphinx,
# package_dir='src',
package_dir = {'': 'src'},
include_package_data=True,
packages=find_packages(where=r'./src'),
tests_require=['pytest_cov', 'pytest', 'hypothesis', 'matplotlib', 'line_profiler'],
Expand Down

0 comments on commit 7db83c8

Please sign in to comment.