Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0e97a90

Browse filesBrowse files
committed
Improved comments
1 parent a925f04 commit 0e97a90
Copy full SHA for 0e97a90

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
import setuptools.command.build_py
3535
import setuptools.command.sdist
3636

37+
# sys.path modified to find setupext.py during pyproject.toml builds.
3738
sys.path.append(str(Path(__file__).resolve().parent))
3839

3940
import setupext
@@ -71,7 +72,7 @@ def has_flag(self, flagname):
7172
class BuildExtraLibraries(setuptools.command.build_ext.build_ext):
7273
def finalize_options(self):
7374
# If coverage is enabled then need to keep the .o and .gcno files in a
74-
# non-temporary directory otherwise coverage info is not collected.
75+
# non-temporary directory otherwise coverage info not collected.
7576
cppflags = os.getenv('CPPFLAGS')
7677
if cppflags and '--coverage' in cppflags:
7778
self.build_temp = 'build'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.