aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDwight Lidman <dwight.lidman@arm.com>2021-05-12 19:09:28 +0200
committerDwight Lidman <dwight.lidman@arm.com>2021-05-18 13:57:03 +0200
commitbf2eefc35d029f9d9174769716d2479ae00876f3 (patch)
treea9bdf9b75e9b9c01bec315449e30083cd0dd9fc2 /README.md
parent06329fc1c4c802ed203cb32cc6eda30871577bfb (diff)
downloadethos-u-vela-bf2eefc35d029f9d9174769716d2479ae00876f3.tar.gz
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 <dwight.lidman@arm.com> Change-Id: I942f339953d50a7bf5fc3e83c0736813fea58dd2
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
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 .
```