ports/www/py-mechanize/files/patch-setup.cfg
Li-Wen Hsu fd4a9db7d0
www/py-mechanize: Fix packaging
Adding a missed patch to fix the packaging.

PR:		263550
Reported by:	Jonathan Chen <jonc@chen.org.nz>
Helped by:	sunpoet
2022-04-25 21:58:50 +08:00

18 lines
519 B
INI

--- setup.cfg.orig 2022-04-25 13:30:38 UTC
+++ setup.cfg
@@ -8,7 +8,6 @@ license = BSD
description = Stateful, programmatic web browsing
long_description = file: README.rst
url = https://github.com/python-mechanize/mechanize
-packages = mechanize
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
@@ -37,6 +36,7 @@ classifiers =
Topic :: Text Processing :: Markup :: XML
[options]
+packages = mechanize
zip_safe = True
install_requires = html5lib>=0.999999999