Browse Source

add author and license information..

main
John-Mark Gurney 4 years ago
parent
commit
b3c2d63757
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      casimport/__init__.py

+ 5
- 0
casimport/__init__.py View File

@@ -39,6 +39,11 @@ import urllib.request
from importlib.abc import MetaPathFinder, Loader
from importlib.machinery import ModuleSpec

__author__ = 'John-Mark Gurney'
__copyright__ = 'Copyright 2020 John-Mark Gurney. All rights reserved.'
__license__ = '2-clause BSD license'
__version__ = '0.1.0.dev'

def _printanyexc(f): # pragma: no cover
'''Prints any exception that gets raised by the wrapped function.'''



Loading…
Cancel
Save