Changes between Version 5 and Version 6 of Ticket #21508
- Timestamp:
- 09/17/16 04:47:28 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21508
-
Property
Summary
changed from
Clean up src/setup.py, fix 'setup.py sdist'
toClean up src/setup.py to bring it to standard distutils behavior
-
Property
Summary
changed from
-
Ticket #21508 – Description
v5 v6 1 ... so that everything isdone within the call to `setup`, not before it.1 All building (including cythonizing) should done within the call to `setup`, not before it. 2 2 3 3 In particular, `src/setup.py --help` should return immediately.