ó
Ð²Ebc           @   sO   d  d l  m Z d  d l j j Z d  d l m Z d e j f d „  ƒ  YZ d S(   iÿÿÿÿ(   t   logN(   t   RemovedCommandErrort   registerc           B   s   e  Z d  Z d „  Z RS(   s+   Formerly used to register packages on PyPI.c         C   s1   d d } |  j  d | t j ƒ t | ƒ ‚ d  S(   Ns;   The register command has been removed, use twine to upload s"   instead (https://pypi.org/p/twine)s   ERROR: (   t   announceR    t   ERRORR   (   t   selft   msg(    (    s?   /tmp/pip-build-UPPWic/setuptools/setuptools/command/register.pyt   run
   s    (   t   __name__t
   __module__t   __doc__R   (    (    (    s?   /tmp/pip-build-UPPWic/setuptools/setuptools/command/register.pyR      s   (   t	   distutilsR    t   distutils.command.registert   commandR   t   origt   setuptools.errorsR   (    (    (    s?   /tmp/pip-build-UPPWic/setuptools/setuptools/command/register.pyt   <module>   s   