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 23ef7b2 commit 1ab033aCopy full SHA for 1ab033a
README.rst
@@ -12,13 +12,13 @@ check-python-h-first
12
====================
13
14
15
- Script to check whether Python.h is included first in any relevant files.
+Script to check whether Python.h is included first in any headers or
16
+source files.
17
18
+This file does not handle mazes of ``#ifdef``s: it checks each file
19
+for ``#include``, whether the file included is ``Python.h``, and, if
20
+so, whether that's the first ``#include`` in that file.
21
-A longer description of your project goes here...
-
-.. _pyscaffold-notes:
22
23
Making Changes & Contributing
24
=============================
0 commit comments