milcent / benford_py

Python implementation of Benford's Law tests.
BSD 3-Clause "New" or "Revised" License
151 stars 52 forks source link

Files on PyPI don't match the project name #47

Closed yurivict closed 3 years ago

yurivict commented 3 years ago

https://pypi.org/project/benford-py/#files has benford_py-0.3.2.tar.gz while the project is named benford-py.

IMO if you renamed the project, this should affect file names, GH project name, etc, to reduce confusion.

milcent commented 3 years ago

Actually the name was alwasy the same as in here: benford_py. And the installation files follow this pattern. But in the last release, the PyPi changed it to benford-py. And the installation with pip seems to work with both (pip install benford_py and pip install benford-py. I tried to revert the change in PyPi, without success. If you know how to do this, please let me know.

yurivict commented 3 years ago

I don't know how to change this, but PyPI redirects https://pypi.org/project/benford_py/ -> https://pypi.org/project/benford-py/

As a result, Repology only finds "benford-py": https://repology.org/projects/?search=benford

milcent commented 3 years ago

I have file an issue in Pypa github.

milcent commented 3 years ago

Since both ways work for PyPi, but it normalizes for "-", I have created a twin githhub repo called "benford-py"