Skip to content

Commit

Permalink
Merge pull request #1200 from dnicolodi/rm-tarbz2
Browse files Browse the repository at this point in the history
Remove support for .tar.bz2 sdists
  • Loading branch information
sigmavirus24 authored Dec 12, 2024
2 parents 28e60bb + 75be078 commit 1703ae7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion twine/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@

DIST_EXTENSIONS = {
".whl": "bdist_wheel",
".tar.bz2": "sdist",
".tar.gz": "sdist",
".zip": "sdist",
}
Expand Down

0 comments on commit 1703ae7

Please sign in to comment.