Skip to content

Commit

Permalink
added license informations
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed Nov 12, 2014
1 parent dce8a97 commit cbaae67
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,11 @@ following in your *python_keyring/keyringrc.cfg* config:
[backend]
default-keyring=pass.Keyring
```

License
-------

The keyring library is licensed under both the
[MIT](http://opensource.org/licenses/MIT) license
and the [PSF](https://docs.python.org/2/license.html) license.

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

setup(
name='pass_python_keyring',
version='1.0',
version='1.1',
description=u"pass backend for python keyring lib",
long_description=open('README.md').read(),
url='http://github.com/notandy/pass_python_keyring',
author='Andrew Karpow',
author_email='andy@ndyk.de',
license='PSF and MIT',
keywords=['pass', 'password', 'keyring'],
py_modules=['pass'],
classifiers=[
Expand Down

0 comments on commit cbaae67

Please sign in to comment.