summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES1
-rw-r--r--MANIFEST.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eaa9a0760..5b21a626e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,7 @@ Bugs fixed
* #7567: autodoc: parametrized types are shown twice for generic types
* #7611: md5 fails when OpenSSL FIPS is enabled
+* #7626: release package does not contain ``CODE_OF_CONDUCT``
Testing
--------
diff --git a/MANIFEST.in b/MANIFEST.in
index a5699c23c..54da42895 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,6 +3,7 @@ include LICENSE
include AUTHORS
include CHANGES
include CHANGES.old
+include CODE_OF_CONDUCT
include CONTRIBUTING.rst
include EXAMPLES