Skip to content

Commit

Permalink
Add documentation and changelog links for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
bsoyka committed Jul 7, 2020
1 parent 78f3666 commit d9c5521
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion passwd/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

import hashlib

Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ def get_version(rel_path):
"Operating System :: OS Independent"
],
python_requires='>=3.6',
project_urls={
"Documentation": "https://github.com/bsoyka/passwd/wiki",
"Changelog": "https://github.com/bsoyka/passwd/blob/master/CHANGELOG.md"
}
)

0 comments on commit d9c5521

Please sign in to comment.