forked from platformio/platformio-core
Format code with pep8 style
This commit is contained in:
5
setup.py
5
setup.py
@ -12,8 +12,6 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import sys
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
from platformio import (__author__, __description__, __email__, __license__,
|
||||
@ -29,9 +27,6 @@ install_requires = [
|
||||
"pyserial<4"
|
||||
]
|
||||
|
||||
if sys.version_info < (2, 7, 0):
|
||||
install_requires[-1] = "pyserial<3"
|
||||
|
||||
setup(
|
||||
name=__title__,
|
||||
version=__version__,
|
||||
|
Reference in New Issue
Block a user