Skip to content

Commit f59de66

Browse files
authored
Removed tests dir from package (#141)
1 parent 8de511d commit f59de66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
license='MIT',
4444
packages=find_packages(exclude=[
45-
'azure'
45+
'azure', 'tests'
4646
]),
4747
package_data={
4848
'azure.functions': ['py.typed']

0 commit comments

Comments
 (0)