Description: Upstream changes introduced in version 0+svn136-3
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 pdfrw (0+svn136-3) unstable; urgency=low
 .
   * python-pdfrw should Replaces/Provides/Conflicts pdfrw. Thanks to intrigeri
     <intrigeri@boum.org>. (Closes: #639273)
 .
 The person named in the Author field signed this changelog entry.
Author: Chris Lamb <lamby@debian.org>
Bug-Debian: http://bugs.debian.org/639273

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- /dev/null
+++ pdfrw-0+svn136/setup.py
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+from setuptools import setup, find_packages
+
+setup(packages=find_packages())
