Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
msanders committed Dec 4, 2019
1 parent fa71516 commit cd47a44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ def main():
"input",
"simulation",
],
project_urls={
"Documentation": "https://www.autopy.org/documentation/api-reference/",
"Code": "https://github.com/autopilot-rs/autopy/",
"Issue Tracker": "https://github.com/autopilot-rs/autopy/issues",
},
platforms=["macOS", "Windows", "X11"],
rust_extensions=[
RustExtension('autopy.alert', 'Cargo.toml', binding=Binding.PyO3),
Expand Down

0 comments on commit cd47a44

Please sign in to comment.