We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b17b6 commit b4930e9Copy full SHA for b4930e9
2 files changed
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "PyCatFile"
3
version = "0.18.0"
4
- readme = "README.md
+ readme = "README.md"
5
license = "BSD-3-Clause"
6
keywords = []
7
description = "A tar like file format name catfile after unix cat command (concatenate files) ."
setup.py
@@ -130,7 +130,7 @@
130
outcfgvar = """[project]
131
name = "{}"
132
version = "{}"
133
134
135
136
description = "{}"
0 commit comments