setup.py
changeset 175 f7797b7cb257
parent 170 6126b6d3e2ad
child 176 1bd3f3f7fe2a
equal deleted inserted replaced
174:f4ea199eecb2 175:f7797b7cb257
    15         'Environment :: Web Environment',
    15         'Environment :: Web Environment',
    16         'Intended Audience :: Developers',
    16         'Intended Audience :: Developers',
    17         'License :: OSI Approved :: MIT License',
    17         'License :: OSI Approved :: MIT License',
    18         'Operating System :: OS Independent',
    18         'Operating System :: OS Independent',
    19         'Programming Language :: Python',
    19         'Programming Language :: Python',
    20         'Topic :: Internet :: WWW/HTTP'
    20         'Topic :: Internet :: WWW/HTTP',
       
    21         'Programming Language :: Python :: 2',
       
    22         'Programming Language :: Python :: 3',
    21     ],
    23     ],
    22     keywords='whois, python',
    24     keywords='whois, python',
    23     author='Richard Penman',
    25     author='Richard Penman',
    24     author_email='richard@webscraping.com',
    26     author_email='richard@webscraping.com',
    25     url='https://bitbucket.org/richardpenman/pywhois',
    27     url='https://bitbucket.org/richardpenman/pywhois',