1 Star 0 Fork 15

chenyangping/jailhouse

forked from openKylin/kylin-jailhouse 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenyangping 提交于 2022-12-08 09:49 . add source code
#
# pyjailhouse, a python interface for the Jailhouse hypervisor
#
# Copyright (c) Christopher Goldsworthy, 2018
#
# This script is used to create project metadata when installing pyjailhouse
# using pip.
#
# This work is licensed under the terms of the GNU GPL, version 2. See
# the COPYING file in the top-level directory.
#
from setuptools import setup, find_packages
with open("VERSION") as version_file:
version = version_file.read().lstrip("v")
setup(name="pyjailhouse", version=version,
description="A Python interface for the Jailhouse Hypervisor",
license="GPLv2", url="https://github.com/siemens/jailhouse",
author_email="jailhouse-dev@googlegroups.com",
packages=find_packages())
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tracy-chen/jailhouse.git
git@gitee.com:tracy-chen/jailhouse.git
tracy-chen
jailhouse
jailhouse
master

搜索帮助