[Python-modules-commits] [python-pynzb] 02/04: enable use_2to3 in setup.py

Carl Suster arcresu-guest at moszumanska.debian.org
Thu Jan 12 01:29:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

arcresu-guest pushed a commit to branch master
in repository python-pynzb.

commit db99bb2f8b4bc56c6ba91d5dab84ec042bb777ec
Author: Carl Suster <carl at contraflo.ws>
Date:   Wed Jan 11 22:23:32 2017 +1100

    enable use_2to3 in setup.py
    
    Forwarded: https://github.com/ericflo/pynzb/pull/5
---
 setup.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 0fd9d51..62f1ff3 100644
--- a/setup.py
+++ b/setup.py
@@ -168,4 +168,5 @@ setup(
     include_package_data=True,
     zip_safe=False,
     install_requires=['setuptools'],
-)
\ No newline at end of file
+    use_2to3=True,
+)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pynzb.git



More information about the Python-modules-commits mailing list