diff options
-rwxr-xr-x | gg_scrapper.py | 2 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gg_scrapper.py b/gg_scrapper.py index 8ba5e2e..62f93bd 100755 --- a/gg_scrapper.py +++ b/gg_scrapper.py @@ -48,7 +48,7 @@ MANGLED_ADDR_RE = re.compile( r'([a-zA-Z0-9_.+-]+\.\.\.@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+)', re.IGNORECASE) -__version__ = '0.3' +__version__ = '0.4' class Page(object): @@ -31,6 +31,7 @@ classifiers = [ 'Intended Audience :: Information Technology', 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', 'Natural Language :: English', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', 'Topic :: Communications :: Email', 'Topic :: Communications :: Conferencing'] |