From bf2eefc35d029f9d9174769716d2479ae00876f3 Mon Sep 17 00:00:00 2001 From: Dwight Lidman Date: Wed, 12 May 2021 19:09:28 +0200 Subject: MLBEDSW-4417: Explicitly set packages in setup.py This commit removes usage of the function find_namespace_packages (which is not available in older versions of setuptools) and instead explicitly states the namespace packages in setup.py. Signed-off-by: Dwight Lidman Change-Id: I942f339953d50a7bf5fc3e83c0736813fea58dd2 --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index edd3fe76..2d871e79 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ Once you have the source code, Vela can be installed using the following command: ```bash -pip3 install -U setuptools>=40.1.0 pip3 install . ``` -- cgit v1.2.1