File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,3 +21,11 @@ following in your *python_keyring/keyringrc.cfg* config:
2121[backend]
2222default-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+
Original file line number Diff line number Diff line change 44
55setup (
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 = [
You can’t perform that action at this time.
0 commit comments