Skip to content

Commit

Permalink
Add bling, update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdsmith committed Feb 19, 2023
1 parent 2a18968 commit 595247f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,10 @@

Parser/writer for US Swimming SDIF files.

![Main workflow](https://github.com/tdsmith/sdif/actions/workflows/main.yml/badge.svg?branch=main)
[![PyPI](https://img.shields.io/pypi/v/sdif)](https://pypi.org/project/sdif/)


The format is described in sdifv3.txt,
obtained from https://www.usms.org/admin/sdifv3f.txt,
dated April 28 1998, accessed Feb 12 2023.
Expand Down
13 changes: 7 additions & 6 deletions pyproject.toml
@@ -1,15 +1,16 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
requires = ["setuptools"]

[project]
name = "sdif"
version = "23.2.0a0"
authors = [{ name = "Tim D. Smith", email = "tim@tds.xyz" }]
description = "Support for US Swimming SDIF v3 files"
classifiers = ["License :: OSI Approved :: Apache Software License"]
requires-python = ">=3.9"
dependencies = ["attrs", "typing-extensions", "typing-inspect"]
description = "Support for US Swimming SDIF v3 files"
name = "sdif"
readme = "README.md"
requires-python = ">=3.9"
version = "23.2.0"

[project.optional-dependencies]
dev = ["black", "isort", "pip-tools", "pyright", "pytest"]
Expand All @@ -21,8 +22,8 @@ line-length = 100
profile = "black"

[tool.pyright]
pythonVersion = "3.9"
pythonPlatform = "All"
pythonVersion = "3.9"

[tool.setuptools.package-data]
sdif = ["py.typed"]

0 comments on commit 595247f

Please sign in to comment.