ports/textproc/py-pytidylib/files/patch-setup.py
Dmitry Marakasov b87e5ceebd - Update to 0.3.2
- Support both tidy and tidy-html5 libraries as a backend.
  The former is practically useless nowadays as it doesn't handle
  any HTML5 tags, so the latter is the default.

PR:		220861
Approved by:	matainainer timeout (koobs, 3 weeks)
2018-01-10 17:29:23 +00:00

8 lines
225 B
Python

--- setup.py.orig 2016-11-16 01:52:32 UTC
+++ setup.py
@@ -94,4 +94,5 @@ setup(
'Topic :: Text Processing :: Markup :: HTML',
'Topic :: Text Processing :: Markup :: XML',
],
+ test_suite='tests',
)