Skip to content

Commit

Permalink
Merge pull request #4 from SNEWS2/publish-to-pypi
Browse files Browse the repository at this point in the history
Publish to pypi
  • Loading branch information
justinvasel authored Aug 15, 2024
2 parents 92f44aa + 518f3a7 commit 73a0227
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ __pycache__
.pytest_cache
coverage.lcov
htmlcov

# Build stuff
dist
6 changes: 1 addition & 5 deletions docs/data/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
title: SNEWS Data Specification — Timestamps
summary: A brief description of my document.
authors:
- Waylan Limberg
- Tom Christie
date: 2018-07-10
summary: TODO.
---
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
name = "snews-data-formats"
version = "1.0.0a"
description = "A unified collection of SNEWS data, models, and schema"
authors = ["Justin Vasel <justin.vasel@gmail.com>"]
authors = ["SNEWS Collaboration <snews2.0@lists.bnl.gov>"]
maintainers = ["Justin Vasel <justin.vasel@gmail.com>"]
license = "BSD 3-Clause"
readme = "README.md"
repository = "https://github.com/SNEWS2/snews-data-formats"
packages = [{include = "snews"}]


Expand Down
2 changes: 1 addition & 1 deletion snews/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from single_version import get_version

__version__ = get_version("snews", Path(__file__).parent.parent)
schema_version = "1a"
schema_version = "0.1"

0 comments on commit 73a0227

Please sign in to comment.