the default setup script name becomes "setup"

it can be changed in autocmake.cfg
This commit is contained in:
Radovan Bast
2015-10-12 15:30:51 +02:00
parent db3a250e30
commit fd8ec93851
12 changed files with 91 additions and 75 deletions

View File

@ -7,9 +7,9 @@ Autocmake update and test scripts require Python 2.7 or higher. We try to also
support Python 3 (tested with Python 3.4). If the script fails with Python 3,
consider this a bug and please file an issue.
The generated ``setup.py`` runs with Python >= 2.7 (also tested with Python
The generated setup script runs with Python >= 2.7 (also tested with Python
3.4; probably also lower).
.. todo::
Figure out lower Python version bound for setup.py.
Figure out lower Python version bound for setup.