- Bug fix for not including README.md in MANIFEST.in which cause error during pip install.
This commit is contained in:
Xuan Hu (Sean) 2016-09-12 15:10:05 +08:00 коммит произвёл wangjun
Родитель 5397a0e5ed
Коммит adcebb58dd
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1,4 +1,5 @@
include CONTRIBUTING.md
include LICENSE-IMAGE.md
include LICENSE.md
include README.md
include ThirdPartyNotices.txt

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

@ -20,7 +20,7 @@ def readme():
setup(
name='cognitive_face',
version='1.2.0',
version='1.2.1',
packages=find_packages(exclude=['tests']),
install_requires=['requests'],
author='Microsoft',