beetbox / beets

music library manager and MusicBrainz tagger
http://beets.io/
MIT License
12.57k stars 1.8k forks source link

The beets-2.0.0.tar.gz tarball should have beets-2.0.0 as the base folder #5284

Open mbaldessari opened 3 weeks ago

mbaldessari commented 3 weeks ago

Problem

When downloading the beets-2.0.0.tar.gz tarball the main folder should be beets-2.0.0 and not, as it is currently, beets-1.6.1:

$ curl -L -O https://github.com/beetbox/beets/releases/download/v2.0.0/beets-2.0.0.tar.gz && tar xfz beets-2.0.0.tar.gz && ls
beets-1.6.1  beets-2.0.0.tar.gz
darkshram commented 3 weeks ago

Also the version reported in egg-info/dist-info is 1.6.1. Versions of the pypi tarball is Ok. Wrong version is only present in Github tarballs.