.pypircをホームディレクトリ(Win8ならC:\Users\Owner) ※パスワード直書きなので注意 [distutils] # this tells distutils what package indexes you can push to index-servers = pypi # the live PyPI pypitest # test PyPI [pypi] # authentication details for live PyPI repository: https://pypi.python.org/pypi username: {{your_username}} password: {{your_password}} [pypitest] # authentication details for test PyPI repository: https://te