Something went wrong on our end
Select Git revision
-
Leopold Haimberger authored
Adaptations to allow for a system installation with separate user and system path. Updated documentation
Leopold Haimberger authoredAdaptations to allow for a system installation with separate user and system path. Updated documentation
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"
])