Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit ee50578

Browse files
committed
minor fix to make install work cleanly
1 parent d55f9d1 commit ee50578

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build: setup.py
1313
$(PYTHON) setup.py build
1414

1515
install: build
16-
$(PYTHON) setup.py install
16+
sudo $(PYTHON) setup.py install
1717

1818
test: all
1919
# to be done

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='cloudflare',
11-
version='1.0.2',
11+
version='1.0.3',
1212
description='Python wrapper for the CloudFlare v4 API',
1313
long_description=long_description,
1414
author='Martin J. Levy',

0 commit comments

Comments
 (0)