This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tlevine
Recipients dstufft, eric.araujo, tlevine
Date 2014-04-18.12:04:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397822692.79.0.7421176535.issue21298@psf.upfronthosting.co.za>
In-reply-to
Content
This command used to work just fine for me. ::

    python setup.py register

Now it doesn't. For example, ::

    $ python3 setup.py register
    /usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution option: 'install_requires'
      warnings.warn(msg)
    /usr/lib/python3.3/distutils/dist.py:257: UserWarning: Unknown distribution option: 'tests_require'
      warnings.warn(msg)
    running register
    running check
    Registering sheetmusic to http://pypi.python.org/pypi
    Server response (401): Unauthorized

But I can submit just fine with the form at
https://pypi.python.org/pypi?%3Aaction=submit_form,
and the following works once I do that. ::

    python setup.py sdist upload

The attached setup.py file is from this package
https://pypi.python.org/pypi/sheetmusic
History
Date User Action Args
2014-04-18 12:04:52tlevinesetrecipients: + tlevine, eric.araujo, dstufft
2014-04-18 12:04:52tlevinesetmessageid: <1397822692.79.0.7421176535.issue21298@psf.upfronthosting.co.za>
2014-04-18 12:04:52tlevinelinkissue21298 messages
2014-04-18 12:04:52tlevinecreate