Skip to content

Commit

Permalink
Update pyproject and readme (#9)
Browse files Browse the repository at this point in the history
* Updated version and classifier in pyproject.

* Updated readme.
  • Loading branch information
tjacovich authored Jun 30, 2023
1 parent 0f1f04e commit b87b99a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ pre-commit install --hook-type commit-msg

## Maintainers

Taylor Jacovich
Taylor Jacovich and The ADS Team
4 changes: 2 additions & 2 deletions pyproject.toml
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",
Expand Down

0 comments on commit b87b99a

Please sign in to comment.