Skip to content

Commit cbaae67

Browse files
committed
added license informations
1 parent dce8a97 commit cbaae67

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ following in your *python_keyring/keyringrc.cfg* config:
2121
[backend]
2222
default-keyring=pass.Keyring
2323
```
24+
25+
License
26+
-------
27+
28+
The keyring library is licensed under both the
29+
[MIT](http://opensource.org/licenses/MIT) license
30+
and the [PSF](https://docs.python.org/2/license.html) license.
31+

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@
44

55
setup(
66
name='pass_python_keyring',
7-
version='1.0',
7+
version='1.1',
88
description=u"pass backend for python keyring lib",
99
long_description=open('README.md').read(),
1010
url='http://github.com/notandy/pass_python_keyring',
1111
author='Andrew Karpow',
1212
author_email='andy@ndyk.de',
13+
license='PSF and MIT',
1314
keywords=['pass', 'password', 'keyring'],
1415
py_modules=['pass'],
1516
classifiers=[

0 commit comments

Comments
 (0)