[01:45:02] <amitksaha> Hi all, i have a local warehouse running on localhost
[01:45:33] <amitksaha> i am trying to upload a package using twine, where I specify -r localhost , but it is complaining:
[01:45:34] <amitksaha> KeyError: u"Missing 'http://localhost:80' section from the configuration file\nor not a complete URL in --repository.\nMaybe you have a out-dated '~/.pypirc' format?\nmore info: https://docs.python.org/distutils/packageindex.html#pypirc\n"
[01:45:44] <amitksaha> Any ideas what should be my repository URL?