~ubuntu-branches/ubuntu/precise/ftputil/precise

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Chris Silva
  • Date: 2010-08-24 17:55:28 UTC
  • Revision ID: james.westby@ubuntu.com-20100824175528-7r1n65hq0tkfjvwe
Tags: 2.4.2-1
Initial release (Closes: #527199)

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
  version=_version,
68
68
  packages=[_package],
69
69
  package_dir={_package: ""},
70
 
  data_files=[("doc", ["ftputil.txt", "ftputil.html",
71
 
                       "README.txt", "README.html"])],
 
70
  data_files=[("share/doc/python-ftputil", ["ftputil.txt", "README.txt"])],
72
71
  cmdclass={'install_lib': FtputilInstallLib},
73
72
 
74
73
  # metadata