-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated version and classifier in pyproject. * Updated readme.
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,4 +37,4 @@ pre-commit install --hook-type commit-msg | |
|
||
## Maintainers | ||
|
||
Taylor Jacovich | ||
Taylor Jacovich and The ADS Team |
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,13 +1,13 @@ | ||
[project] | ||
name = "SciXPipelineUtils" | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
description = "A collection of utilities for the new NASA Science Explorer (NASA SciX) backoffice architecture" | ||
authors = [{ name = "Taylor Jacovich", email = "[email protected]"}] | ||
license = { text = "GPL-3.0" } | ||
readme = "README.md" | ||
#repository = "https://github.com/adsabs/SciXPipelineUtils" | ||
classifiers = [ | ||
"Development Status :: 2 - Pre-Alpha", | ||
"Development Status :: 3 - Alpha", | ||
"Intended Audience :: Developers", | ||
"Natural Language :: English", | ||
"Operating System :: OS Independent", | ||
|