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

Commit

Permalink
build/setup.py: Add sage_root as package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 30, 2020
1 parent 6e28ae5 commit a6373b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@
packages=[
'sage_bootstrap',
'sage_bootstrap.download',
'sage_bootstrap.compat'
'sage_bootstrap.compat',
],
scripts=['bin/sage-package', 'bin/sage-download-file', 'bin/sage-system-python'],
package_data = {
'sage_bootstrap': ['sage_root']
},
version='1.0',
url='https://www.sagemath.org',
)

0 comments on commit a6373b7

Please sign in to comment.