Merge pull request #4405 from hugovk/update-coc

The PyPA has adopted the PSF code of conduct
This commit is contained in:
Frost Ming
2020-08-05 12:24:35 +08:00
committed by GitHub
3 changed files with 1 additions and 6 deletions
-3
View File
@@ -1,3 +0,0 @@
PyPA Projects are governed by the PyPA code of conduct available here:
https://www.pypa.io/en/latest/code-of-conduct/
+1 -1
View File
@@ -1,4 +1,4 @@
include LICENSE README.md CONTRIBUTING.md CODE_OF_CONDUCT.md CHANGELOG.rst NOTICES HISTORY.txt
include LICENSE README.md CONTRIBUTING.md CHANGELOG.rst NOTICES HISTORY.txt
include Makefile pyproject.toml get-pipenv.py .dockerignore *.yml
include examples/Pipfil*
include *.md
-2
View File
@@ -20,7 +20,6 @@ trigger:
- '*/vendor.txt'
- 'CHANGELOG.rst'
- 'CONTRIBUTING.md'
- 'CODE_OF_CONDUCT.md'
- '*.md'
- '.gitignore'
- '.gitattributes'
@@ -43,7 +42,6 @@ pr:
- '*/vendor.txt'
- 'CHANGELOG.rst'
- 'CONTRIBUTING.md'
- 'CODE_OF_CONDUCT.md'
- '*.md'
- '.gitignore'
- '.gitattributes'