Skip to content

Commit de4aed1

Browse files
committed
Add long_description.
1 parent d179c5e commit de4aed1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
from setuptools import setup
22

3+
long_description = 'The official Python library for IPinfo. IPinfo prides itself on being the most reliable, accurate, and in-depth source of IP address data available anywhere. We process terabytes of data to produce our custom IP geolocation, company, carrier and IP type data sets. You can visit our developer docs at https://ipinfo.io/developers.'
4+
35
setup(name='ipinfo_wrapper',
4-
version='0.1.5',
6+
version='0.1.6',
57
description='Official Python library for IPInfo',
8+
long_description=long_description,
69
url='https://github.com/ipinfo/python',
710
author='James Timmins',
811
author_email='[email protected]',

0 commit comments

Comments
 (0)