Skip to content

Commit 1b5805c

Browse files
authored
badges: done (#3)
1 parent 7b41076 commit 1b5805c

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

Diff for: README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# DataFlow
22

33
![tests](https://github.com/mysiar-org/python-data-flow/actions/workflows/tests.yaml/badge.svg)
4-
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
5-
[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/)
6-
[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
5+
6+
7+
8+
![PyPI - Version](https://img.shields.io/pypi/v/mysiar-data-flow)
9+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mysiar-data-flow)
10+
![PyPI - License](https://img.shields.io/pypi/l/mysiar-data-flow)
11+
![PyPI - Downloads](https://img.shields.io/pypi/dm/mysiar-data-flow)
12+
![PyPI - Implementation](https://img.shields.io/pypi/implementation/mysiar-data-flow)
13+
![PyPI - Wheel](https://img.shields.io/pypi/wheel/mysiar-data-flow)
14+
![PyPI - Format](https://img.shields.io/pypi/format/mysiar-data-flow)
15+
16+
17+
18+
19+
720

821

922
library to manipulate data

Diff for: pyproject.toml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
[project]
2+
license = {file = "LICENSE"}
13
[tool.poetry]
24
name = "mysiar-data-flow"
3-
version = "0.0.1"
5+
version = "0.0.2rc1"
46
readme = "README.md"
57
description = "Python data manipulation library"
68
authors = ["Piotr Synowiec <[email protected]>"]
@@ -13,7 +15,8 @@ classifiers = [
1315
"Programming Language :: Python :: 3.11",
1416
"Programming Language :: Python :: 3.12",
1517
"Topic :: Software Development :: Libraries",
16-
"Topic :: Utilities"
18+
"Topic :: Utilities",
19+
"License :: OSI Approved :: MIT License",
1720
]
1821

1922
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)