Skip to content

Commit 78bb8fc

Browse files
committed
Minor tweak to README for rendering
1 parent abb264e commit 78bb8fc

6 files changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [FracturedJson Wiki](https://github.com/j-brooke/FracturedJson/wiki) provide
2525

2626
The package installs a command-line script `fractured-json` which can compact one or more JSON files according to command-line switches.
2727

28-
```bash
28+
``` text
2929
usage: fractured-json [-h] [-V] [--output OUTPUT]
3030
[--allow-trailing-commas] [--always-expand-depth N]
3131
[--colon-before-prop-name-padding] [--colon-padding]

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [FracturedJson Wiki](https://github.com/j-brooke/FracturedJson/wiki) provide
2525

2626
The package installs a command-line script `fractured-json` which can compact one or more JSON files according to command-line switches.
2727

28-
```bash
28+
``` text
2929
__COMMAND_LINE_HELP__
3030
```
3131

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ license = "MIT"
1616
name = "fractured-json"
1717
readme = "README.md"
1818
requires-python = ">=3.11, <3.14"
19-
version = "5.0.0.post1"
19+
version = "5.0.0.post2"
2020

2121
[[project.authors]]
2222
email = "python@figsandfudge.com"

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,4 @@ def run(self) -> None:
7676
cmdclass={
7777
"build_py": build_py,
7878
},
79-
# Force platform-specific wheels
80-
# has_ext_modules=lambda: True,
8179
)

src/fractured_json/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Auto-generated during build. Do not edit.
22

3-
__version__ = "5.0.0.post1"
3+
__version__ = "5.0.0.post2"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)