From 748f1de9150422d64f0cc8bb311cf8b3e60564d9 Mon Sep 17 00:00:00 2001 From: Scott Fleming Date: Tue, 13 Feb 2024 11:46:39 -0500 Subject: [PATCH] fixing language, updating package info --- spec_plots.egg-info/PKG-INFO | 8 ++++++-- spec_plots/docs/README_DEVELOPERS.txt | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/spec_plots.egg-info/PKG-INFO b/spec_plots.egg-info/PKG-INFO index 19f4440..6f8cf0f 100644 --- a/spec_plots.egg-info/PKG-INFO +++ b/spec_plots.egg-info/PKG-INFO @@ -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: fleming@stsci.edu 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 diff --git a/spec_plots/docs/README_DEVELOPERS.txt b/spec_plots/docs/README_DEVELOPERS.txt index 5976cdc..e01a8e8 100644 --- a/spec_plots/docs/README_DEVELOPERS.txt +++ b/spec_plots/docs/README_DEVELOPERS.txt @@ -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.