Package: python-mechanize / 1:0.4.8+pypi-5

upstream/0002-setup.cfg-Move-packages-def-to-options-section.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From: Li-Wen Hsu <lwhsu@lwhsu.org>
Date: Mon, 25 Apr 2022 22:03:01 +0800
Subject: setup.cfg: Move packages def to options section

Fix packaging with older setuptools.
---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index 4103d25..8076375 100644
--- a/setup.cfg
+++ b/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