clearlydefined / clearlydefined/crawler

Non-Github URLs in PyPI packages result in 0 score

Open
#372 1 comment 0 reactions 0 assignees View on GitHub
bug reproducible
Dominant language
JavaScript
Stars
60
Forks
38
Avg merge
1h 49m
Merged PRs (30d)
1

Description

[reuse](https://github.com/fsfe/reuse-tool/) has this in `setup.py`:

setup(
name="reuse",
url="https://reuse.software/",
project_urls={
"Documentation": "https://reuse.readthedocs.io/",
"Source": "https://github.com/fsfe/reuse-tool",
},
[...]
)

It is afforded a 0 score in the "Source" section by the crawler. I have cursorily checked some other PyPI packages, and it appears to me that all packages that do not point to GitHub in the `url` section also get a 0 score. This seems like a bug to me.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.