setup.py
changeset 81 359baebcf0e8
parent 80 fa9650e9ec23
parent 77 df9f497129e8
child 94 4466b5b65881
equal deleted inserted replaced
80:fa9650e9ec23 81:359baebcf0e8
     1 import sys, os
     1 import sys, os
     2 import setuptools
     2 import setuptools
     3 
     3 
     4 version = '0.5.2'
     4 version = '0.6.1'
     5 
     5 
     6 setuptools.setup(
     6 setuptools.setup(
     7     name='python-whois',
     7     name='python-whois',
     8     version=version,
     8     version=version,
     9     description="Whois querying and parsing of domain registration information.",
     9     description="Whois querying and parsing of domain registration information.",
    10     long_description='',
    10     long_description='',
       
    11     install_requires=[
       
    12         'future',
       
    13     ],
    11     classifiers=[
    14     classifiers=[
    12         'Environment :: Web Environment',
    15         'Environment :: Web Environment',
    13         'Intended Audience :: Developers',
    16         'Intended Audience :: Developers',
    14         'License :: OSI Approved :: MIT License',
    17         'License :: OSI Approved :: MIT License',
    15         'Operating System :: OS Independent',
    18         'Operating System :: OS Independent',