mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
10 lines
276 B
Python
10 lines
276 B
Python
--- setup.py.orig 2019-06-26 18:43:04 UTC
|
|
+++ setup.py
|
|
@@ -34,6 +34,7 @@ setup(name="WSGIUtils",
|
|
'wsgiutils',
|
|
],
|
|
package_dir = {'': 'lib'},
|
|
+ use_2to3=True,
|
|
classifiers = [
|
|
'Development Status :: 5 - Production/Stable',
|
|
'Intended Audience :: Developers',
|