Skip to content

Commit

Permalink
fixing language, updating package info
Browse files Browse the repository at this point in the history
  • Loading branch information
scfleming committed Feb 13, 2024
1 parent 23cc183 commit 748f1de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions spec_plots.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
Metadata-Version: 2.1
Name: spec-plots
Version: 1.35.1
Name: spec_plots
Version: 1.36.0
Summary: Create preview plots of HST or JWST spectra.
Home-page: https://github.com/spacetelescope/spec_plots
Author: Scott W. Fleming
Author-email: [email protected]
License: MIT
Classifier: Programming Language :: Python :: 3
Requires-Dist: astropy>=5.2.2
Requires-Dist: matplotlib>=3.7.1
Requires-Dist: numpy>=1.24.3
Requires-Dist: future>=0.18.3
2 changes: 1 addition & 1 deletion spec_plots/docs/README_DEVELOPERS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Best Practices for Development Of A New Branch

8.) After doing a final commit of the branch, make sure all Github Issues are closed for that branch, or re-assigned if punting to a later build for that Issue.

9.) After regression testing is finished and all Issues assigned to this branch are closed or moved to a future build, initiate a pull request and merge into master.
9.) After regression testing is finished and all Issues assigned to this branch are closed or moved to a future build, initiate a pull request and merge into main.

10.) To upload to PyPI with twine: twine upload dist/*, with the -u and -p options.

Expand Down

0 comments on commit 748f1de

Please sign in to comment.