Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Markdown Code Runner

[![PyPI](https://img.shields.io/pypi/v/markdown-code-runner)](https://pypi.org/project/markdown-code-runner/)
[![Python](https://img.shields.io/pypi/pyversions/markdown-code-runner)](https://pypi.org/project/markdown-code-runner/)
[![License](https://img.shields.io/github/license/basnijholt/markdown-code-runner)](LICENSE)
[![Downloads](https://img.shields.io/pypi/dm/markdown-code-runner)](https://pypi.org/project/markdown-code-runner/)
[![CI](https://img.shields.io/github/actions/workflow/status/basnijholt/markdown-code-runner/pytest.yml?label=tests)](https://github.com/basnijholt/markdown-code-runner/actions/workflows/pytest.yml)
[![Docs](https://img.shields.io/badge/docs-markdown--code--runner.nijho.lt-blue)](https://markdown-code-runner.nijho.lt)

<img src="https://raw.githubusercontent.com/basnijholt/markdown-code-runner/main/docs/assets/logo.svg" alt="Markdown Code Runner Logo" align="right" style="width: 200px;" />

<!-- SECTION:intro:START -->
Expand Down
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ authors = [{ name = "Bas Nijholt", email = "[email protected]" }]
dependencies = []
requires-python = ">=3.9"
dynamic = ["version"]
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.readme]
file = "README.md"
Expand Down