зеркало из https://github.com/microsoft/CCF.git
Generate setup.py before installing docs (#1489)
This commit is contained in:
Родитель
0f67ec2716
Коммит
05e0805db3
|
@ -22,6 +22,11 @@ jobs:
|
|||
git checkout -b master $(git rev-parse HEAD)
|
||||
displayName: Prepare repo
|
||||
|
||||
# Used to generate setup.py
|
||||
- template: .azure-pipelines-templates/cmake.yml
|
||||
parameters:
|
||||
cmake_args: ''
|
||||
|
||||
- script: |
|
||||
python3.7 -m venv env
|
||||
source env/bin/activate
|
||||
|
|
|
@ -21,7 +21,7 @@ setup(
|
|||
description="Set of tools and utilities for the Confidential Consortium Framework (CCF)",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/microsoft/CCF/python/ccf",
|
||||
url="https://github.com/microsoft/CCF/tree/master/python",
|
||||
license="Apache License 2.0",
|
||||
author="CCF Team",
|
||||
classifiers=[
|
||||
|
|
Загрузка…
Ссылка в новой задаче