Skip to content

Commit 61e0cd6

Browse files
committed
[fix] setup.py
1 parent 909dcad commit 61e0cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
install_requires = fp.read()
2929

3030
DESCRIPTION = "A python client for Passbolt."
31-
VERSION = "0.1.3"
31+
VERSION = "0.1.4"
3232

3333

3434
with open("README.md", "r") as fh:
@@ -43,7 +43,7 @@
4343
long_description=LONG_DESCRIPTION,
4444
long_description_content_type='text/markdown',
4545
url="https://github.com/shubhamdipt/passbolt-python-api",
46-
license=open('LICENSE').read(),
46+
license="MIT",
4747
packages=['passboltapi'],
4848
platforms=["any"],
4949
classifiers=(

0 commit comments

Comments
 (0)