From 57bb9cd883cf1b69362fbf8964aebef951b961bc Mon Sep 17 00:00:00 2001 From: Piotr Synowiec Date: Fri, 18 Oct 2024 09:45:38 +0200 Subject: [PATCH] badges: done --- README.md | 19 ++++++++++++++++--- pyproject.toml | 7 +++++-- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2d36127..be0f7d6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ # DataFlow ![tests](https://github.com/mysiar-org/python-data-flow/actions/workflows/tests.yaml/badge.svg) -[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/) -[![Python 3.11](https://img.shields.io/badge/python-3.11-blue.svg)](https://www.python.org/downloads/release/python-3110/) -[![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/downloads/release/python-3120/) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) + + + +![PyPI - Version](https://img.shields.io/pypi/v/mysiar-data-flow) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mysiar-data-flow) +![PyPI - License](https://img.shields.io/pypi/l/mysiar-data-flow) +![PyPI - Downloads](https://img.shields.io/pypi/dm/mysiar-data-flow) +![PyPI - Implementation](https://img.shields.io/pypi/implementation/mysiar-data-flow) +![PyPI - Wheel](https://img.shields.io/pypi/wheel/mysiar-data-flow) +![PyPI - Format](https://img.shields.io/pypi/format/mysiar-data-flow) + + + + + library to manipulate data diff --git a/pyproject.toml b/pyproject.toml index 3b454f2..540603b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,8 @@ +[project] +license = {file = "LICENSE"} [tool.poetry] name = "mysiar-data-flow" -version = "0.0.1" +version = "0.0.2rc1" readme = "README.md" description = "Python data manipulation library" authors = ["Piotr Synowiec "] @@ -13,7 +15,8 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Software Development :: Libraries", - "Topic :: Utilities" + "Topic :: Utilities", + "License :: OSI Approved :: MIT License", ] [tool.poetry.dependencies]