mirror of
https://gitlab.bht-berlin.de/innovisionlab/ldapbodge.git
synced 2025-03-12 15:01:48 +01:00
8 lines
188 B
Python
8 lines
188 B
Python
# -*- 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'
|