From c3cf0786e5ca3a11125897ef9517ad1b63c6d702 Mon Sep 17 00:00:00 2001 From: sinseman44 Date: Sat, 14 Nov 2020 19:10:17 +0000 Subject: [PATCH] correct setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4b50e0a..98a7920 100755 --- a/setup.py +++ b/setup.py @@ -19,8 +19,9 @@ setuptools.setup( "Operating System :: Linux", ], install_requires=[ - 'RPi.GPIO', - 'RPLCD', + 'RPi.GPIO', + 'RPLCD', + 'PyCNC @ https://github.com/sinseman44/PyCNC/archive/v2.0.0.tar.gz' ], python_requires='>=3.6', )