efed615cc5
ftputil implements a virtual file system for accessing FTP servers, that is, it can generate file-like objects for remote files. The library supports many functions similar to those in the os, os.path and shutil modules. ftputil has convenience functions for conditional uploads and downloads, and handles FTP clients and servers in different timezones. WWW: http://ftputil.sschwarzer.net/ PR: ports/107186 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
11 lines
389 B
Python
11 lines
389 B
Python
--- setup.py.orig Mon Dec 25 09:20:34 2006
|
|
+++ setup.py Mon Dec 25 09:20:44 2006
|
|
@@ -54,8 +54,6 @@
|
|
version=_version,
|
|
packages=[_package],
|
|
package_dir={_package: ""},
|
|
- data_files=[(_data_target, ["ftputil.txt", "ftputil.html",
|
|
- "README.txt", "README.html"])],
|
|
# metadata
|
|
author="Stefan Schwarzer",
|
|
author_email="sschwarzer@sschwarzer.net",
|