Skip to content

Commit

Permalink
Merge pull request #606 from pllim/disable-ape22-listing-pypi
Browse files Browse the repository at this point in the history
APE 22 listing: Unsafe to assume PyPI name is the same as package name always
  • Loading branch information
pllim authored Jul 11, 2024
2 parents 2c42ec7 + cac533a commit 2b533a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion affiliated/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ <h2 id="new-affil-reviewer">I am a new reviewer<a class="paralink" href="#new-af
nmcell.setAttribute('width', 100)
urlcell.innerHTML = url_translator(package["gh_meta"]["documentation"]);
repocell.innerHTML = repo_translator(package["repository_link"]);
pypicell.innerHTML = pypi_translator(package["package_name"]); // FIXME: https://github.com/pyOpenSci/pyopensci.github.io/issues/390
//pypicell.innerHTML = pypi_translator(package["package_name"]); // FIXME: https://github.com/pyOpenSci/pyopensci.github.io/issues/390

descrow = tab.insertRow(i*4 + 2);
descrow.insertCell(0).innerHTML = "";
Expand Down

0 comments on commit 2b533a1

Please sign in to comment.