Skip to content

Commit a14ecec

Browse files
committed
setup.cfg: Move packages def to options section
Fix packaging with older setuptools.
1 parent 4198499 commit a14ecec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ license = BSD
88
description = Stateful, programmatic web browsing
99
long_description = file: README.rst
1010
url = https://github.com/python-mechanize/mechanize
11-
packages = mechanize
1211
classifiers =
1312
Development Status :: 5 - Production/Stable
1413
Intended Audience :: Developers
@@ -37,6 +36,7 @@ classifiers =
3736
Topic :: Text Processing :: Markup :: XML
3837

3938
[options]
39+
packages = mechanize
4040
zip_safe = True
4141
install_requires = html5lib>=0.999999999
4242

0 commit comments

Comments
 (0)