Skip to content

Commit 3da57c6

Browse files
committed
updated version number and licensing terms
1 parent 29991ce commit 3da57c6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

setup.py

Lines changed: 7 additions & 7 deletions
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 = '0.1.2'
4+
VERSION = '1.0.0'
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 ' \
@@ -11,20 +11,20 @@
1111
name='yoti',
1212
version=VERSION,
1313
packages=find_packages(),
14-
license='MIT',
14+
license='OTHER',
1515
description='Yoti Python SDK for back-end integration.',
1616
long_description=long_description,
17-
url='https://github.com/lampkicking/yoti-sdk-server-python',
18-
author='',
19-
author_email='',
17+
url='https://github.com/getyoti/python',
18+
author='Yoti',
19+
author_email='[email protected]',
2020
install_requires=['cryptography>=1.4', 'protobuf>=3.0.0',
2121
'requests>=2.0.0', 'future>=0.11.0'],
2222
extras_require={
2323
'examples': ['Django>=1.9', 'Flask>=0.10'],
2424
},
2525
classifiers=[
26-
'Development Status :: 3 - Alpha',
27-
'License :: OSI Approved :: MIT License',
26+
'Development Status :: 5 - Production/Stable',
27+
'License :: Other/Proprietary License',
2828
'Operating System :: OS Independent',
2929
'Intended Audience :: Developers',
3030
'Programming Language :: Python',

0 commit comments

Comments
 (0)