File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " line-watch"
3- version = " 1.0.0 "
3+ version = " 1.0.1 "
44description = " A lightweight CLI regex line matcher"
55readme = " README.md"
66requires-python = " >=3.7"
@@ -10,9 +10,20 @@ authors = [
1010]
1111dependencies = []
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 ]
1425lw = " line_watch.cli:entry_point"
1526
1627[build-system ]
1728requires = [" setuptools>=61.0" ]
18- build-backend = " setuptools.build_meta"
29+ build-backend = " setuptools.build_meta"
You can’t perform that action at this time.
0 commit comments