Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Sep 30, 2019. It is now read-only.

Commit 6a13a51

Browse files
Update setup.py
Capitalized PureIO required name
1 parent a12fee3 commit 6a13a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools import setup, find_packages
1818

1919
# Define required packages.
20-
requires = ['adafruit-pureio']
20+
requires = ['Adafruit-PureIO']
2121

2222
# Assume spidev is required on non-windows & non-mac platforms (i.e. linux).
2323
if sys.platform != 'win32' and sys.platform != 'darwin':

0 commit comments

Comments
 (0)