Skip to content

Commit 1044e0f

Browse files
committed
Fix an error saying missing file when running setup.py build
1 parent 0064bf7 commit 1044e0f

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# IP2Location 8.10.0
1+
# IP2Location 8.10.2
22

33
![PyPI](https://img.shields.io/pypi/v/IP2Location)
44
![PyPI - Downloads](https://img.shields.io/pypi/dm/IP2Location)
13.9 KB
Binary file not shown.

dist/IP2Location-8.10.2.tar.gz

13.5 KB
Binary file not shown.

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55

66
setuptools.setup(
77
name="IP2Location",
8-
version="8.10.1",
8+
version="8.10.2",
99
author="IP2Location",
1010
author_email="support@ip2location.com",
1111
description="This is an IP geolocation library that enables the user to find the country, region, city, latitude and longitude, ZIP code, time zone, ISP, domain name, area code, weather info, mobile info, elevation, usage type, address type and IAB category from an IP address. It supports both IPv4 and IPv6 lookup.",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
py_modules=['IP2Location'],
1514
url="https://github.com/chrislim2888/ip2location-python",
1615
packages=setuptools.find_packages(),
1716
tests_require=['pytest>=3.0.6'],

0 commit comments

Comments
 (0)