Skip to content

Commit

Permalink
minor fix to make install work cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
mahtin committed May 17, 2016
1 parent d55f9d1 commit ee50578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build: setup.py
$(PYTHON) setup.py build

install: build
$(PYTHON) setup.py install
sudo $(PYTHON) setup.py install

test: all
# to be done
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='cloudflare',
version='1.0.2',
version='1.0.3',
description='Python wrapper for the CloudFlare v4 API',
long_description=long_description,
author='Martin J. Levy',
Expand Down

0 comments on commit ee50578

Please sign in to comment.