Skip to content

Commit

Permalink
update setup with contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
mikofski committed Apr 24, 2017
1 parent 2f323f4 commit 40d7eb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
url=__url__,
license='BSD 3-clause',
packages=['pvmismatch', 'pvmismatch.pvmismatch_lib',
'pvmismatch.pvmismatch_tk'],
'pvmismatch.pvmismatch_tk', 'pvmismatch.contrib',
'pvmismatch.contrib.gen_coeffs'],
requires=['numpy (>=1.8)', 'matplotlib (>=1.3)', 'scipy (>=0.12.0)'],
scripts=['pv_tk.py'],
package_data={'pvmismatch':
Expand Down

0 comments on commit 40d7eb4

Please sign in to comment.