Generate setup.py before installing docs (#1489)

This commit is contained in:
Julien Maffre 2020-08-10 12:07:14 +01:00 коммит произвёл GitHub
Родитель 0f67ec2716
Коммит 05e0805db3
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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=[