Skip to content

Commit

Permalink
Adding _plot to the packages in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
monte-flora authored Mar 13, 2022
1 parent b4a02a0 commit 79ada5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
'scikit-image>=0.18.1',
'matplotlib<=3.4.3',
],
packages=['monte_python'], # Required
packages=['monte_python', 'monte_python._plot'], # Required
python_requires='>=3.8, <4',
package_dir={'monte_python': 'monte_python'},
project_urls={ # Optional
'Bug Reports': 'https://github.com/WarnOnForecast/MontePython/issues',
'Source': 'https://github.com/WarnOnForecast/MontePython',
},
)
)

0 comments on commit 79ada5e

Please sign in to comment.