Skip to content

Commit

Permalink
build(setup.py): Add project_urls (#1683)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony authored Jul 15, 2022
1 parent 8b1e8b8 commit dee1184
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
author="joke2k",
author_email="joke2k@gmail.com",
url="https://github.com/joke2k/faker",
project_urls={
"Bug Tracker": "https://github.com/joke2k/faker/issues",
"Changes": "https://github.com/joke2k/faker/blob/master/CHANGELOG.md",
"Documentation": "http://faker.rtfd.org/",
"Source Code": "https://github.com/joke2k/faker",
},
license="MIT License",
packages=find_packages(exclude=excluded_packages),
package_data={
Expand Down

0 comments on commit dee1184

Please sign in to comment.