We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d64604 commit ad5e258Copy full SHA for ad5e258
setup.py
@@ -2,12 +2,8 @@
2
3
from ipregistry import __version__
4
5
-long_description = """
6
-The official Python library for Ipregistry.
7
-
8
-Ipregistry is a non-intrusive IP geolocation and threat data lookup solution that retrieves geolocation but also
9
-security information with no explicit permission required from users. All you need is your client's IP address.
10
-"""
+with open("README.md", "r") as fh:
+ long_description = fh.read()
11
12
setuptools.setup(
13
name="ipregistry",
0 commit comments