From 8631953c2ead7479193821a256e89d583433f2d4 Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Fri, 12 Jun 2020 19:17:28 +0200 Subject: [PATCH] Add GitHub url to setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 50cc6e8..2f46030 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="pass2csv", - version="0.1.0", + version="0.1.1", author="Rupus Reinefjord", author_email="rupus@reinefjord.net", description='Export pass(1), "the standard unix password manager", to CSV', @@ -13,6 +13,7 @@ setuptools.setup( long_description_content_type="text/markdown", install_requires=["python-gnupg"], scripts=["pass2csv"], + url="https://github.com/reinefjord/pass2csv", classifiers=[ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License",