Skip to content

Commit ed635a3

Browse files
author
AlgorithmAlchemy
committed
chore: update pyproject.toml
1 parent 5af3cd7 commit ed635a3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# pyproject.toml
2+
23
[build-system]
34
requires = ["setuptools>=42", "wheel"]
45
build-backend = "setuptools.build_meta"
@@ -14,7 +15,8 @@ authors = [
1415
requires-python = ">=3.8"
1516
keywords = [
1617
"flake8", "linter", "comments", "strings", "non-english", "ascii",
17-
"code-quality", "static-analysis", "plugin", "python"
18+
"code-quality", "static-analysis", "plugin", "python","code style",
19+
"quality assurance", "code standards"
1820
]
1921
license = { text = "MIT" }
2022
classifiers = [
@@ -32,7 +34,13 @@ classifiers = [
3234
"Programming Language :: Python :: 3.12",
3335
"Programming Language :: Python :: 3.13",
3436
"License :: OSI Approved :: MIT License",
37+
"Operating System :: OS Independent"
38+
]
39+
40+
dependencies = [
41+
"regex>=2021.4.4"
3542
]
3643

3744
[project.entry-points."flake8.extension"]
3845
NLE = "flake8_no_english.checker:NonEnglishChecker"
46+

0 commit comments

Comments
 (0)