Skip to content

Commit ab0268f

Browse files
committed
Update package type supported error
We support .tar.gz and other tarball files now, so that message is no longer accurate.
1 parent da4c1cf commit ab0268f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pypi_browser/app.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
from pypi_browser.packaging import PackageFormat
3030

3131

32-
PACKAGE_TYPE_NOT_SUPPORTED_ERROR = (
33-
'Sorry, this package type is not yet supported (only .zip, .whl, and .egg supported currently).'
34-
)
32+
PACKAGE_TYPE_NOT_SUPPORTED_ERROR = 'Sorry, this package type is not yet supported.'
3533

3634
ONE_KB = 2**10
3735
ONE_MB = 2**20

0 commit comments

Comments
 (0)