From de18a70021ce66b40a231ab6d9b736f24f4857f8 Mon Sep 17 00:00:00 2001 From: Aaron Jones Date: Wed, 26 Aug 2015 00:58:57 -0600 Subject: [PATCH] Publish micro - testing publishing again. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 067fdf0..f1fc16d 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ def run(self): config.set('pypi', 'repository', 'https://pypi.python.org/pypi') config.set('pypi', 'username', self.pypi_user) config.set('pypi', 'password', self.pypi_pass) - with open(os.path.expanduser('!/.pypirc'), 'wb') as pypirc_file: + with open(os.path.expanduser('~/.pypirc'), 'wb') as pypirc_file: config.write(pypirc_file) call('twine upload dist/*')