Skip to content

Commit cd3dce9

Browse files
author
Matthias Koeppe
committed
pkgs/sage-conf_pypi/setup.py: Update directory of configured sage_conf.py
1 parent aeca1a0 commit cd3dce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/sage-conf_pypi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def run(self):
6060
raise DistutilsSetupError("make build-local failed")
6161

6262
# Install configuration
63-
shutil.copyfile(os.path.join(SAGE_ROOT, 'build', 'pkgs', 'sage_conf', 'src', 'sage_conf.py'),
63+
shutil.copyfile(os.path.join(SAGE_ROOT, 'pkgs', 'sage-conf', 'sage_conf.py'),
6464
os.path.join(HERE, 'sage_conf.py'))
6565
if not self.distribution.py_modules:
6666
self.py_modules = self.distribution.py_modules = []

0 commit comments

Comments
 (0)