Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pkginfo.py 188B

1234567
  1. # -*- coding: utf-8 -*-
  2. """
  3. meta attributes for packaging which does not import any dependencies
  4. """
  5. __version__ = '3.1.0'
  6. __author__ = u'python-ldap project'
  7. __license__ = 'Python style'