-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make minor updates to packaging and documentation (#87)
* More consistently use XRTpy capitalization * Fix missing OS in GitHub Action * Add pre-commit hooks * Apply pyupgrade updates
- Loading branch information
Showing
8 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# xrtpy | ||
# XRTpy | ||
|
||
[![License](https://img.shields.io/badge/License-BSD%202--Clause-blue.svg)](./LICENSE) | ||
[![GitHub Actions — CI](https://github.com/HinodeXRT/xrtpy/workflows/CI/badge.svg)](https://github.com/HinodeXRT/xrtpy/actions?query=workflow%3ACI+branch%3Amain) | ||
[![Read the Docs Status](https://readthedocs.org/projects/xrtpy/badge/?version=latest&logo=twitter)](http://xrtpy.readthedocs.io/en/latest/?badge=latest) | ||
[![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat&logo=astropy)](http://www.astropy.org/) | ||
|
||
`xrtpy` is a Python package being developed for the analysis of observations | ||
made by the X-Ray Telescope (XRT) on the *Hinode* spacecraft. | ||
XRTpy is a Python package being developed for the analysis of observations | ||
made by the X-Ray Telescope (XRT) on the *Hinode* spacecraft. | ||
|
||
## Acknowledgements | ||
|
||
The development of xrtpy is supported by NASA contract NNM07AB07C to the | ||
The development of XRTpy is supported by NASA contract NNM07AB07C to the | ||
Smithsonian Astrophysical Observatory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ author_email = [email protected] | |
license = BSD 2-clause | ||
license_file = LICENSE | ||
url = https://github.com/HinodeXRT/xrtpy | ||
description = xrtpy is Python package for analyzing data from the X-Ray Telescope instrument onboard the Hinode spacecraft. | ||
description = A Python package for analyzing data from the X-Ray Telescope instrument onboard the Hinode spacecraft. | ||
long_description = file: README.md | ||
edit_on_github = True | ||
github_project = | ||
|
@@ -21,6 +21,7 @@ classifiers = | |
Programming Language :: Python :: 3.8 | ||
Programming Language :: Python :: 3.9 | ||
Programming Language :: Python :: 3.10 | ||
Programming Language :: Python :: 3.11 | ||
Programming Language :: Python :: Implementation :: CPython | ||
|
||
[options] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters