We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351fada commit 23958a5Copy full SHA for 23958a5
.github/CONTRIBUTING.md
@@ -22,4 +22,4 @@ abide by its terms.
22
[new pull request]: https://github.com/hackebrot/labels/compare
23
[pull requests]: https://github.com/hackebrot/labels/pulls
24
[code of conduct]: /.github/CODE_OF_CONDUCT.md
25
-[community]: /.github/COMMUNITY.md
+[community]: /COMMUNITY.md
.github/COMMUNITY.md renamed to COMMUNITY.md
MANIFEST.in
@@ -1,5 +1,6 @@
1
include LICENSE
2
include README.md
3
+include COMMUNITY.md
4
5
recursive-exclude * __pycache__
6
recursive-exclude * *.py[co]
0 commit comments