提交 384e7578 编写于 作者: M Megvii Engine Team 提交者: Xinran Xu

build(mge): put LICENSE file into proper directory in wheel

GitOrigin-RevId: 77f3a6968b09c7fec020e749b3eae294f8ee67f8
上级 5697fa16
......@@ -17,7 +17,7 @@ do
curl ${GET_PIP_URL} | /opt/python/cp${python_ver}-cp${ver}/bin/python - \
--no-cache-dir --only-binary :all:
/opt/python/cp${python_ver}-cp${ver}/bin/pip install \
--no-cache-dir --only-binary :all: numpy==1.18.1
--no-cache-dir --only-binary :all: numpy==1.18.1 setuptools==46.1.3
done
pushd /home >/dev/null
......
......@@ -105,7 +105,7 @@ setup_kwargs.update(dict(
],
license='Apache 2.0',
keywords='megengine deep learning',
data_files = [("", [
data_files = [("megengine", [
"../LICENSE",
"../ACKNOWLEDGMENTS",
])]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册