Changeset 827:7920a39a379c
- Timestamp:
- 2009-11-06 11:41:15 (10 months ago)
- Author:
- Stefan Schwarzer <sschwarzer@…>
- Branch:
- default
- convert_revision:
- svn:778c30c8-61e0-0310-89d4-fe2f97a467b2/trunk@898
- Message:
-
Use former version of `setup.py` for release 2.4.2 final.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r826
|
r827
|
|
| 62 | 62 | |
| 63 | 63 | |
| 64 | | if "install" in sys.argv[1:] and \ |
| 65 | | not (os.path.isfile("ftputil.html") and os.path.isfile("README.html")): |
| 66 | | print "One or more of the HTML documentation files are missing." |
| 67 | | print "Please generate them with `make docs`." |
| 68 | | sys.exit(1) |
| 69 | | |
| 70 | 64 | core.setup( |
| 71 | 65 | # installation data |