Skip to content

Commit 74ccf16

Browse files
authored
Add additional classifiers. (#20)
1 parent 1b75985 commit 74ccf16

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ packages = [
1414
{ include = "ansible_pygments", from = "src" },
1515
{ include = "tests", format = "sdist" }
1616
]
17+
classifiers = [
18+
"Development Status :: 6 - Mature",
19+
"Intended Audience :: Developers"
20+
]
1721

1822
[tool.poetry.plugins."pygments.lexers"]
1923
Ansible-output = "ansible_pygments.lexers:AnsibleOutputLexer"

0 commit comments

Comments
 (0)