File: __about__.py

package info (click to toggle)
python-pyld 2.0.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 428 kB
  • sloc: python: 4,617; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
# PyLD JSON-LD meta data

__all__ = [
        '__copyright__', '__license__', '__version__'
]

__copyright__ = 'Copyright (c) 2011-2018 Digital Bazaar, Inc.'
__license__ = 'New BSD license'
__version__ = '2.0.3'