Skip to content

Commit 5845194

Browse files
committed
fix: replace README.rst with docs/README.md in config files
1 parent ecd88d8 commit 5845194

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: MANIFEST.in

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
include .bumpversion.cfg
2-
include README.rst
32
include LICENSE
43
include commitizen/cz/*.txt
54
global-exclude *.py[cod] __pycache__ *.so *.dylib

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ description = "Python commitizen client tool"
3434
authors = ["Santiago Fraire <[email protected]>"]
3535
license = "MIT"
3636
keywords = ["commitizen", "conventional", "commits", "git"]
37-
readme = "README.rst"
37+
readme = "docs/README.md"
3838
homepage = "https://github.com/woile/commitizen"
3939
classifiers = [
4040
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)