Skip to content

Commit 6c4df74

Browse files
committed
Add code of conduct to README.md
1 parent 6f9be8a commit 6c4df74

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# python-manylinux-demo
1+
python-manylinux-demo
2+
=====================
23
Demo project for building Python wheels for Linux with Travis-CI
34

45
[![Build Status](https://travis-ci.org/pypa/python-manylinux-demo.svg?branch=master)](https://travis-ci.org/pypa/python-manylinux-demo)
@@ -21,7 +22,8 @@ This sample project contains a very simple C compile extension module that links
2122
to an external library (ATLAS, a linear algebra library). The build is
2223
configured via the `setup.py` file.
2324

24-
## Continuous integration setup with Travis + Docker
25+
Continuous integration setup with Travis + Docker
26+
-------------------------------------------------
2527

2628
The `.travis.yml` file in this repository sets up the build environment. The
2729
resulting build logs can be found at
@@ -34,3 +36,10 @@ build environments. This script builds the package using `pip`. But these
3436
wheels link against an external library. So to create self-contained libraries,
3537
the build script runs the wheels through
3638
[`auditwheel`](https://pypi.python.org/pypi/auditwheel).
39+
40+
Code of Conduct
41+
---------------
42+
43+
Everyone interacting in the python-manylinux-demo project's codebases, issue trackers,
44+
chat rooms, and mailing lists is expected to follow the
45+
[PyPA Code of Conduct](https://www.pypa.io/en/latest/code-of-conduct/).

0 commit comments

Comments
 (0)