Skip to content

Commit f9eedb3

Browse files
authored
Merge pull request #18 from SREEHARI-M-S/dev
Compatible python version tags added
2 parents 838f207 + 88b8bb4 commit f9eedb3

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
[![PyPI version](https://img.shields.io/pypi/v/line-watch)](https://pypi.org/project/line-watch/)
55
[![Python](https://img.shields.io/pypi/pyversions/line-watch)](https://pypi.org/project/line-watch/)
6-
[![License](https://img.shields.io/github/license/SREEHARI-M-S/line-watch)](LICENSE)
76
[![CI](https://github.com/SREEHARI-M-S/line-watch/actions/workflows/security.yml/badge.svg)](https://github.com/SREEHARI-M-S/line-watch/actions/workflows/security.yml)
87
[![codecov](https://codecov.io/gh/SREEHARI-M-S/line-watch/branch/main/graph/badge.svg)](https://codecov.io/gh/SREEHARI-M-S/line-watch)
98

pyproject.toml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "line-watch"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
description = "A lightweight CLI regex line matcher"
55
readme = "README.md"
66
requires-python = ">=3.7"
@@ -10,9 +10,20 @@ authors = [
1010
]
1111
dependencies = []
1212

13+
classifiers = [
14+
"Programming Language :: Python :: 3",
15+
"Programming Language :: Python :: 3.7",
16+
"Programming Language :: Python :: 3.8",
17+
"Programming Language :: Python :: 3.9",
18+
"Programming Language :: Python :: 3.10",
19+
"Programming Language :: Python :: 3.11",
20+
"License :: OSI Approved :: MIT License",
21+
"Operating System :: OS Independent"
22+
]
23+
1324
[project.scripts]
1425
lw = "line_watch.cli:entry_point"
1526

1627
[build-system]
1728
requires = ["setuptools>=61.0"]
18-
build-backend = "setuptools.build_meta"
29+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)