Skip to content

Commit e0ac9fb

Browse files
committed
Fill empty classifiers + bump to 0.1.1
1 parent 3528b2e commit e0ac9fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ classifiers = [
1515
"Development Status :: 2 - Pre-Alpha",
1616
"Intended Audience :: Developers",
1717
"Intended Audience :: Science/Research",
18-
"",
18+
"License :: OSI Approved :: Apache Software License",
1919
"Natural Language :: English",
2020
"Programming Language :: Python :: 3",
2121
"Programming Language :: Python :: 3.10",
@@ -29,7 +29,7 @@ dependencies = [
2929
"rich-argparse>=1.7.1",
3030
]
3131
description = "An MkDocs plugin to generate documentation for a rich argparse parser"
32-
keywords = ["argparse","mkdocs","mkdocs-plugin","rich"]
32+
keywords = ["argparse", "mkdocs", "mkdocs-plugin", "rich"]
3333
license = {file = "LICENSE"}
3434
name = "mkdocs_rich_argparse"
3535
readme = {file = "README.md", content-type = "text/markdown"}

src/mkdocs_rich_argparse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from rich.text import Text
1818
from rich_argparse import RichHelpFormatter
1919

20-
__version__ = "0.1.0"
20+
__version__ = "0.1.1"
2121

2222
logger = mkdocs.plugins.get_plugin_logger(__name__)
2323

0 commit comments

Comments
 (0)