release 1.0.2
This commit is contained in:
parent
54062d3a94
commit
f04b211516
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -7,10 +7,10 @@ with open(path.join(here, 'README.md'), 'r', encoding='utf-8') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="bundlewrap-pass",
|
name="bundlewrap-pass",
|
||||||
version="1.0.1",
|
version="1.0.2",
|
||||||
description="Get passwordstore entries via bundlewrap",
|
description="Get passwordstore entries via bundlewrap",
|
||||||
author="Franziska Kunsmann",
|
author="Franziska Kunsmann",
|
||||||
author_email="hi@kunsmann.eu",
|
author_email="pypi@kunsmann.eu",
|
||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
py_modules=['bwpass'],
|
py_modules=['bwpass'],
|
||||||
keywords=["configuration", "config", "management"],
|
keywords=["configuration", "config", "management"],
|
||||||
|
|
Loading…
Reference in a new issue