Add GitHub url to setup.py
This commit is contained in:
parent
72c4a69487
commit
8631953c2e
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="pass2csv",
|
name="pass2csv",
|
||||||
version="0.1.0",
|
version="0.1.1",
|
||||||
author="Rupus Reinefjord",
|
author="Rupus Reinefjord",
|
||||||
author_email="rupus@reinefjord.net",
|
author_email="rupus@reinefjord.net",
|
||||||
description='Export pass(1), "the standard unix password manager", to CSV',
|
description='Export pass(1), "the standard unix password manager", to CSV',
|
||||||
|
@ -13,6 +13,7 @@ setuptools.setup(
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
install_requires=["python-gnupg"],
|
install_requires=["python-gnupg"],
|
||||||
scripts=["pass2csv"],
|
scripts=["pass2csv"],
|
||||||
|
url="https://github.com/reinefjord/pass2csv",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 - Beta",
|
"Development Status :: 4 - Beta",
|
||||||
"License :: OSI Approved :: MIT License",
|
"License :: OSI Approved :: MIT License",
|
||||||
|
|
Loading…
Reference in a new issue