We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b21cf7e commit 7b67374Copy full SHA for 7b67374
setup.py
@@ -1,11 +1,11 @@
1
+"A simple interface to GPIO devices with Raspberry Pi."
2
+
3
import io
4
import os
5
import sys
6
import errno
7
from setuptools import setup, find_packages
8
-"A simple interface to GPIO devices with Raspberry Pi."
-
9
if sys.version_info[0] == 2:
10
if not sys.version_info >= (2, 7):
11
raise ValueError('This package requires Python 2.7 or above')
0 commit comments