Skip to content

Commit d21f3a9

Browse files
authored
Update setup.py
1 parent b43c86a commit d21f3a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
setup(
1111
name = 'ipapi',
1212
packages = ['ipapi'],
13-
version = '0.5.2',
14-
description = 'Python bindings for ipapi (IP address to location mapping service. Free & paid API for a secure, fast & reliable IP lookup (city, country, latitude, longitude, timezone) - https://ipapi.co)',
13+
version = '1.0.4',
14+
description = 'ipapi - Python library. https://ipapi.co - IP Address Location & Geolocation API by Kloudend. A REST API for JSON, CSV, XML, YAML. Supported languages are PHP, JavaScript, Python, Node, Java, Ruby, Go, C# and more. Free & paid API for a secure, fast & reliable IP lookup (city, country, latitude, longitude, region, currency, timezone, and more)',
1515
author = 'ipapi',
1616
license="MIT License",
1717
author_email = '[email protected]',
1818
url = 'https://github.com/ipapi-co/ipapi-python',
19-
download_url = 'https://github.com/ipapi-co/ipapi-python/archive/0.5.2.tar.gz',
20-
keywords = ['geolocation', 'ip address', 'ip address geolocation', 'ip address lookup', 'ip address to location', 'ip address tracer', 'ip address tracker', 'ip checker', 'ip lookup', 'ip tracker', 'ip-address', 'ipapi', 'ipapi.co', 'ipv4', 'ipv6', 'location', 'lookup ip address', 'trace ip address'],
19+
download_url = 'https://github.com/ipapi-co/ipapi-python/archive/1.0.4.tar.gz',
20+
keywords = ['ip location', 'ip lookup', 'ip geolocation', 'geolocation', 'ip address', 'ip address geolocation', 'ip address lookup', 'ip address to location', 'ip address tracer', 'ip address tracker', 'ip checker', 'ip lookup', 'ip tracker', 'ip-address', 'ipapi', 'ipapi.co', 'ipv4', 'ipv6', 'location', 'lookup ip address', 'trace ip address'],
2121
classifiers = [],
2222
install_requires = install_requires,
2323
)

0 commit comments

Comments
 (0)