Skip to content
Snippets Groups Projects
Select Git revision
  • 373b74eb351cf9c6b121a1d904f0c638ffefbaa1
  • master default protected
  • djmdev
  • dev
  • cloud_water_contents
  • 1-download-era5
  • sysinstall
  • origin/task/language-editing
  • task/language-editing
  • feature/makefiles
  • v7.1.2
  • v7.1.1
  • v7.1
  • v7.0.4.1
  • 7.0.4
15 results

submit.py

Blame
  • setup.py 412 B
    #!/usr/bin/env python3
    from distutils.core import setup
    
    setup(name="dbrepo",
          version="1.4.6",
          description="A library for communicating with DBRepo",
          url="https://www.ifs.tuwien.ac.at/infrastructures/dbrepo/1.4.6/",
          author="Martin Weise",
          license="Apache-2.0",
          author_email="martin.weise@tuwien.ac.at",
          packages=[
                "dbrepo",
                "dbrepo.api"
          ])