This commit is contained in:
dolko 2019-01-29 13:37:09 -08:00
Родитель 190eee51b8
Коммит a107652d77
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -7,7 +7,7 @@
from setuptools import setup, find_packages
NAME = "azure-functions-devops-build"
VERSION = "0.0.1"
VERSION = "0.0.3"
# To install the library, run the following
#
@ -29,7 +29,7 @@ setup(
keywords=["Microsoft", "Azure Devops", "Azure Functions"],
install_requires=REQUIRES,
packages=find_packages(),
include_package_data=True,
package_data={'azure_functions_devops_build' : ['*.jinja']},
long_description="""\
"""
)
)