mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
- 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)
8 lines
225 B
Python
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',
|
|
)
|