Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
pkgs/sage-conf_pypi/setup.py: Update directory of configured sage_con…
Browse files Browse the repository at this point in the history
…f.py
  • Loading branch information
Matthias Koeppe committed Sep 27, 2021
1 parent aeca1a0 commit cd3dce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sage-conf_pypi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def run(self):
raise DistutilsSetupError("make build-local failed")

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

0 comments on commit cd3dce9

Please sign in to comment.