__init__.py 529 B

12345678910111213
  1. # ## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
  2. #
  3. # See COPYING file distributed along with the DataLad package for the
  4. # copyright and license terms.
  5. #
  6. # ## ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ##
  7. """Python package for functionality needed at package 'build' time by DataLad and its extensions
  8. __init__ here should be really minimalistic, not import submodules by default
  9. and submodules should also not require heavy dependencies.
  10. """
  11. __version__ = '0.1'