8 lines
188 B
Python
Raw Normal View History

2021-09-29 23:13:17 +02:00
# -*- coding: utf-8 -*-
"""
meta attributes for packaging which does not import any dependencies
"""
__version__ = '3.3.1'
__author__ = u'python-ldap project'
__license__ = 'Python style'