Thanks to visit codestin.com Credit goes to github.com
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 8bad993 commit 3da989cCopy full SHA for 3da989c
1 file changed
setup.py
@@ -79,6 +79,10 @@ def build_extensions(self):
79
srcdir = os.path.normpath(srcdir)
80
moddir = os.path.normpath(moddir)
81
82
+ # Fix up the paths for scripts, too
83
+ self.distribution.scripts = [os.path.join(srcdir, filename)
84
+ for filename in self.distribution.scripts]
85
+
86
for ext in self.extensions[:]:
87
ext.sources = [ os.path.join(moddir, filename)
88
for filename in ext.sources ]
0 commit comments