Skip to content

Commit

Permalink
updating EGG and WHEEL dists
Browse files Browse the repository at this point in the history
  • Loading branch information
scfleming committed Jul 31, 2023
1 parent 99880fd commit b6e4dcb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
12 changes: 4 additions & 8 deletions spec_plots.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
Metadata-Version: 1.1
Metadata-Version: 2.1
Name: spec-plots
Version: 1.34.6
Version: 1.35.0
Summary: Create preview plots of HST or JWST spectra.
Home-page: https://github.com/openSAIL/spec_plots
Home-page: https://github.com/spacetelescope/spec_plots
Author: Scott W. Fleming
Author-email: [email protected]
License: MIT
Description-Content-Type: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.9
1 change: 0 additions & 1 deletion spec_plots.egg-info/entry_points.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[console_scripts]
make_hst_spec_previews = spec_plots.__main__:main
make_jwst_spec_previews = spec_plots.__main_jwst__:main

8 changes: 4 additions & 4 deletions spec_plots.egg-info/requires.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
astropy>=0.4.1
matplotlib>=1.4.1
numpy>=1.9.1
future>=0.15
astropy>=5.2.2
matplotlib>=3.7.1
numpy>=1.24.3
future>=0.18.3

0 comments on commit b6e4dcb

Please sign in to comment.