Skip to content

Commit ff60ae0

Browse files
authored
Merge pull request #5 from dgoeries/docs
doc: Align documentation
2 parents 22502a6 + f7ae2ed commit ff60ae0

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# downsample: Collection of downsample algorithms for Python (Python using a C implementation)
1+
# downsample: Collection of downsample algorithms for Python (Python using a C implementation) [![PyPi](https://img.shields.io/pypi/v/downsample?color=blue)](https://pypi.org/project/downsample/) [![PyPI Downloads](https://img.shields.io/pypi/dm/downsample.svg?label=PyPI%20downloads)](https://pypi.org/project/downsample/)
22

33
This packages includes low level implementations written in C-Python of:
44

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "downsample"
11-
version = "0.0.1"
11+
version = "0.0.2"
12+
readme = {file = "README.txt", content-type = "text/markdown"}
1213
description = "Downsample algorithms module for Python written in C"
1314
requires-python = ">=3.10"
1415
authors = [
@@ -37,6 +38,3 @@ classifiers = [
3738
]
3839
[project.urls]
3940
"git" = "https://github.com/dgoeries/downsample"
40-
41-
[tool.setuptools.dynamic]
42-
readme = { file = ["README.txt"], content-type = "text/markdown" }

0 commit comments

Comments
 (0)