Skip to content

Commit 1703ae7

Browse files
authored
Merge pull request #1200 from dnicolodi/rm-tarbz2
Remove support for .tar.bz2 sdists
2 parents 28e60bb + 75be078 commit 1703ae7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

twine/package.py

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252

5353
DIST_EXTENSIONS = {
5454
".whl": "bdist_wheel",
55-
".tar.bz2": "sdist",
5655
".tar.gz": "sdist",
5756
".zip": "sdist",
5857
}

0 commit comments

Comments
 (0)