Skip to content

Commit c83a1fd

Browse files
authored
Merge pull request #14 from getyoti/Pruning-Package-Output
[SDK-167]: Removed tests from package output
2 parents 2182744 + 26be0da commit c83a1fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include yoti/tests/fixtures/*
2-
recursive-include yoti/protobuf/v1/definitions *.proto
1+
prune yoti_python_sdk/tests
2+
recursive-include yoti_python_sdk/protobuf/v1/definitions *.proto

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
from setuptools import setup, find_packages
33

4-
VERSION = '2.0.2'
4+
VERSION = '2.0.3'
55
long_description = 'This package contains the tools you need to quickly ' \
66
'integrate your Python back-end with Yoti, so that your ' \
77
'users can share their identity details with your ' \

0 commit comments

Comments
 (0)