[Catalog-sig] setuptools upload to pypi

Phillip J. Eby pje at telecommunity.com
Tue Jul 24 00:56:51 CEST 2007


At 05:31 PM 7/23/2007 -0400, Phillip J. Eby wrote:
>Something like:
>
>RewriteEngine On
>RewriteBase /
>RewriteCond %{REQUEST_METHOD} ^GET$
>RewriteRule ^pypi(.*)$
>http://cheeseshop.python.org/pypi$1?%{QUERY_STRING} [R,L]
>RewriteRule ^pypi(.*)$
>http://cheeseshop.python.org/pypi$1?%{QUERY_STRING} [P,L]

Ugh.  Looks like those lines wrapped in transit.  The two RewriteRule 
lines should be one line each, with the 'http:' appearing after the 
"^pypi(.*)$" and a space.



More information about the Catalog-SIG mailing list