Skip to content

Commit

Permalink
Merge pull request #114 from AdamTheisen/master
Browse files Browse the repository at this point in the history
Updates to MANIFEST for anaconda distribution.
  • Loading branch information
AdamTheisen authored Sep 6, 2019
2 parents fdf652c + aa2046d commit 942dff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include AUTHORS.rst
include CONTRIBUTING.rst
include README.rst
include requirements.txt
include requirements-dev.txt

recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Expand Down
2 changes: 0 additions & 2 deletions act/tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def test_multidataset_plot_tuple():
display.plot('backscatter', 'sgpceilC1.b1', subplot_index=(0,))
display.plot('temp_mean', 'sgpmetE13.b1', subplot_index=(1,))
display.day_night_background('sgpmetE13.b1', subplot_index=(1,))
plt.show()
ceil_ds.close()
sonde_ds.close()
return display.fig
Expand Down Expand Up @@ -99,7 +98,6 @@ def test_multidataset_plot_dict():
display.plot('backscatter', 'ceiliometer', subplot_index=(0,))
display.plot('temp_mean', 'rawinsonde', subplot_index=(1,))
display.day_night_background('rawinsonde', subplot_index=(1,))
plt.show()
ceil_ds.close()
sonde_ds.close()
return display.fig
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
install_requires=requirements,
license="BSD (3-clause)",
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Natural Language :: English',
'Programming Language :: Python :: 3',
],
Expand Down

0 comments on commit 942dff9

Please sign in to comment.