v0.3.2
This commit is contained in:
parent
26f796afba
commit
2d60648cf9
2 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[metadata]
|
||||
name = pass2csv
|
||||
version = 0.3.1
|
||||
version = 0.3.2
|
||||
author = Rupus Reinefjord
|
||||
author_email = rupus@reinefjord.net
|
||||
description = Export pass(1), "the standard unix password manager", to CSV
|
||||
|
|
3
setup.py
3
setup.py
|
@ -1,5 +1,4 @@
|
|||
from setuptools import setup
|
||||
|
||||
if __name__ == "__main__":
|
||||
setup()
|
||||
|
||||
setup()
|
||||
|
|
Loading…
Reference in a new issue