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 266dd52 commit c4fa4feCopy full SHA for c4fa4fe
BUILD.txt
@@ -28,6 +28,11 @@ python setup.py clean --all
28
python setup.py sdist --manifest-only
29
python setup.py sdist --quiet
30
31
+or, for the sad RedHat users:
32
+python2 setup.py clean --all
33
+python2 setup.py sdist --manifest-only
34
+python2 setup.py sdist --quiet
35
+
36
37
2. Distributing Releases
38
========================
0 commit comments