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

Commit

Permalink
Install sage-env-config with sage_conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jul 4, 2020
1 parent c5f7f2f commit 6bc0cd4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/pkgs/sage_conf/dependencies
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$(PYTHON) ../pkgs/sage_conf/src/sage_conf.py ../pkgs/sage_conf/src/setup.cfg | $(PYTHON_TOOLCHAIN)
$(PYTHON) ../pkgs/sage_conf/src/sage_conf.py ../pkgs/sage_conf/src/setup.cfg ../pkgs/sage_conf/src/bin/sage-env-config | $(PYTHON_TOOLCHAIN)
1 change: 1 addition & 0 deletions build/pkgs/sage_conf/src/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include bin/sage-env-config
1 change: 1 addition & 0 deletions build/pkgs/sage_conf/src/bin/sage-env-config
3 changes: 3 additions & 0 deletions build/pkgs/sage_conf/src/setup.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ url = https://www.sagemath.org
py_modules =
sage_conf

scripts =
bin/sage-env-config

[options.entry_points]
console_scripts =
sage-config = sage_conf:_main
4 changes: 2 additions & 2 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@
## Uncategorized scripts in alphabetical order
'bin/math-readline',
'bin/sage-env',
'bin/sage-env-config',
# sage-env-config.in -- not to be installed',
# sage-env-config -- installed by sage_conf
# sage-env-config.in -- not to be installed
'bin/sage-gdb-commands',
'bin/sage-grep',
'bin/sage-grepdoc',
Expand Down

0 comments on commit 6bc0cd4

Please sign in to comment.