We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4198499 + a14ecec commit a54838eCopy full SHA for a54838e
setup.cfg
@@ -8,7 +8,6 @@ license = BSD
8
description = Stateful, programmatic web browsing
9
long_description = file: README.rst
10
url = https://github.com/python-mechanize/mechanize
11
-packages = mechanize
12
classifiers =
13
Development Status :: 5 - Production/Stable
14
Intended Audience :: Developers
@@ -37,6 +36,7 @@ classifiers =
37
36
Topic :: Text Processing :: Markup :: XML
38
39
[options]
+packages = mechanize
40
zip_safe = True
41
install_requires = html5lib>=0.999999999
42
0 commit comments