7 lines
199 B
Python
7 lines
199 B
Python
# pylint:disable=C0111
|
|
|
|
__title__ = 'geoip2'
|
|
__version__ = '2.9.0'
|
|
__author__ = 'Gregory Oschwald'
|
|
__license__ = 'Apache License, Version 2.0'
|
|
__copyright__ = 'Copyright (c) 2013-2018 Maxmind, Inc.'
|