Skip to content

Commit c993b0e

Browse files
committed
chore: Prepare public release
1 parent 943420d commit c993b0e

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ insiders_repository_name: mkdocstrings-c
1414
language: C
1515
project_description: A C handler for mkdocstrings.
1616
project_name: mkdocstrings-c
17-
public_release: false
17+
public_release: true
1818
python_package_distribution_name: mkdocstrings-c
1919
python_package_import_name: c
2020
repository_name: c

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# mkdocstrings-c
22

3+
[![ci](https://github.com/mkdocstrings/c/workflows/ci/badge.svg)](https://github.com/mkdocstrings/c/actions?query=workflow%3Aci)
34
[![documentation](https://img.shields.io/badge/docs-mkdocs-708FCC.svg?style=flat)](https://mkdocstrings.github.io/c/)
5+
[![pypi version](https://img.shields.io/pypi/v/mkdocstrings-c.svg)](https://pypi.org/project/mkdocstrings-c/)
46
[![gitter](https://badges.gitter.im/join%20chat.svg)](https://app.gitter.im/#/room/#c:gitter.im)
57

68
A C handler for mkdocstrings.
@@ -13,7 +15,9 @@ Since data is extraced with [pycparser](https://github.com/eliben/pycparser), on
1315

1416
## Installation
1517

16-
This project is available to sponsors only, through my Insiders program. See Insiders [explanation](https://mkdocstrings.github.io/c/insiders/) and [installation instructions](https://mkdocstrings.github.io/c/insiders/installation/).
18+
```bash
19+
pip install mkdocstrings-c
20+
```
1721

1822
## Usage
1923

0 commit comments

Comments
 (0)