Changes between Initial Version and Version 1 of Ticket #21569
- Timestamp:
- Sep 22, 2016, 10:13:38 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21569 – Description
initial v1 3 3 As part of #21507, for those scripts that should be considered part of `sagelib`, the installation should be done by `src/setup.py` instead, using the [http://python-packaging.readthedocs.io/en/latest/command-line-scripts.html scripts and console-scripts] features. 4 4 5 (Example, [https://trac.sagemath.org/ticket/21507#comment:14 received from was]: https://github.com/sagemathinc/smc/tree/master/src/smc_pyutil. See, in particular, the console_scripts section of setup.py: https://github.com/sagemathinc/smc/blob/master/src/smc_pyutil/setup.py#L58) 6 5 7 (Those scripts that don't belong into `src/bin` are moved to `build/bin` by #21559.) 6 8