Skip to content

Commit a22de8e

Browse files
committed
Include missing files in the source distribution.
1 parent 0b22035 commit a22de8e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
recursive-include azure *.py *.pyi
2+
recursive-include tests *.py
3+
include LICENSE README.md

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name='azure-functions',
6-
version='1.0.0a1',
6+
version='1.0.0a2',
77
description='Azure Functions for Python',
88
author='Microsoft Corporation',
99
author_email='[email protected]',

0 commit comments

Comments
 (0)