Skip to content

Commit

Permalink
Merge pull request #186 from ninz/master
Browse files Browse the repository at this point in the history
Use RawConfigParser to read .pypirc
  • Loading branch information
sigmavirus24 committed Jul 4, 2016
2 parents f6f4e7b + 65a5425 commit 1eef871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twine/utils.py
Expand Up @@ -52,7 +52,7 @@ def get_config(path="~/.pypirc"):
}

# Parse the rc file
parser = configparser.ConfigParser()
parser = configparser.RawConfigParser()
parser.read(path)

# Get a list of repositories from the config file
Expand Down

0 comments on commit 1eef871

Please sign in to comment.