Reformat, lint and correct typos for pip install

This commit is contained in:
Simon Zhao 2019-08-09 17:13:58 +08:00
Родитель 0c09738e03
Коммит 61762216f2
2 изменённых файлов: 16 добавлений и 14 удалений

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

@ -1,7 +1,7 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
from setuptools import setup, find_packages
from setuptools import setup
from os import path
@ -45,16 +45,18 @@ setup(
"fastai==1.0.48", # requires pytorch, torchvision, nvidia-ml-py3
"scikit-learn>=0.19.1",
],
keywords=", ".join([
"computer vision",
"deep learning",
"convolutional neural network",
"image classification",
"image similarity",
"data science",
"artificial intelligence",
"machine learning",
"gpu",
]),
packages=[UTILS_CV, ],
keywords=", ".join(
[
"computer vision",
"deep learning",
"convolutional neural network",
"image classification",
"image similarity",
"data science",
"artificial intelligence",
"machine learning",
"gpu",
]
),
packages=[UTILS_CV],
)

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

@ -1,4 +1,4 @@
# Recommender Utilities #
# Computer Vision Utilities #
This package (`cv_utils`) contains functions to simplify common tasks
used when developing and evaluating computer vision systems. A short