B
    ‹dÎ  ã               @   s:   d dl mZ d dlmZ d dlmZ G dd„ dejƒZdS )é    )Úlog)Úupload)ÚRemovedCommandErrorc               @   s   e Zd ZdZdd„ ZdS )r   z)Formerly used to upload packages to PyPI.c             C   s"   d}|   d| tj¡ t|ƒ‚d S )Nz[The upload command has been removed, use twine to upload instead (https://pypi.org/p/twine)zERROR: )Úannouncer   ÚERRORr   )ÚselfÚmsg© r	   úf/work/yifan.wang/ringdown/master-ringdown-env/lib/python3.7/site-packages/setuptools/command/upload.pyÚrun
   s    z
upload.runN)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r	   r	   r	   r
   r      s   r   N)Ú	distutilsr   Údistutils.commandr   ÚorigZsetuptools.errorsr   r	   r	   r	   r
   Ú<module>   s   