setup: update project URLs.

This commit is contained in:
whitequark 2020-02-09 17:03:06 +00:00
parent 4f17cb1ac7
commit 38aa9fb671

View file

@ -37,7 +37,7 @@ setup(
},
project_urls={
#"Documentation": "https://nmigen.readthedocs.io/",
"Source Code": "https://github.com/m-labs/nmigen",
"Bug Tracker": "https://github.com/m-labs/nmigen/issues",
"Source Code": "https://github.com/nmigen/nmigen",
"Bug Tracker": "https://github.com/nmigen/nmigen/issues",
},
)