We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2182744 + 26be0da commit c83a1fdCopy full SHA for c83a1fd
MANIFEST.in
@@ -1,2 +1,2 @@
1
-include yoti/tests/fixtures/*
2
-recursive-include yoti/protobuf/v1/definitions *.proto
+prune yoti_python_sdk/tests
+recursive-include yoti_python_sdk/protobuf/v1/definitions *.proto
setup.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from setuptools import setup, find_packages
3
4
-VERSION = '2.0.2'
+VERSION = '2.0.3'
5
long_description = 'This package contains the tools you need to quickly ' \
6
'integrate your Python back-end with Yoti, so that your ' \
7
'users can share their identity details with your ' \
0 commit comments