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.
1 parent 909dcad commit 61e0cd6Copy full SHA for 61e0cd6
setup.py
@@ -28,7 +28,7 @@
28
install_requires = fp.read()
29
30
DESCRIPTION = "A python client for Passbolt."
31
-VERSION = "0.1.3"
+VERSION = "0.1.4"
32
33
34
with open("README.md", "r") as fh:
@@ -43,7 +43,7 @@
43
long_description=LONG_DESCRIPTION,
44
long_description_content_type='text/markdown',
45
url="https://github.com/shubhamdipt/passbolt-python-api",
46
- license=open('LICENSE').read(),
+ license="MIT",
47
packages=['passboltapi'],
48
platforms=["any"],
49
classifiers=(
0 commit comments