From 5e2a47b76b694b40708e8a7a2bafec6723a75160 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Fri, 25 Mar 2022 09:29:41 +0100
Subject: [PATCH] Further deprecate buildout

---
 MANIFEST.in  |  4 ++--
 buildout.cfg | 11 -----------
 2 files changed, 2 insertions(+), 13 deletions(-)
 delete mode 100644 buildout.cfg

diff --git a/MANIFEST.in b/MANIFEST.in
index dfcf47d2..866933eb 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include LICENSE README.rst buildout.cfg version.txt
+include LICENSE README.rst version.txt
 recursive-include doc conf.py *.rst *.sh *.png *.ico *.crt
 recursive-include bob/devtools/data *.md *.yaml *.pem matplotlibrc bobrc
-recursive-include bob/devtools/templates conf.py *.rst *.png *.ico LICENSE COPYING MANIFEST.in .gitlab-ci.yml .gitignore *.cfg *.txt *.py *.yaml .flake8
+recursive-include bob/devtools/templates conf.py *.rst *.png *.ico LICENSE COPYING MANIFEST.in .gitlab-ci.yml .gitignore *.txt *.py *.yaml .flake8
diff --git a/buildout.cfg b/buildout.cfg
deleted file mode 100644
index 81fcf838..00000000
--- a/buildout.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
-; vim: set fileencoding=utf-8 :
-; Mon 16 Apr 08:29:18 2012 CEST
-
-[buildout]
-parts = scripts
-develop = .
-eggs = bob.devtools
-newest = false
-
-[scripts]
-recipe = bob.buildout:scripts
-- 
GitLab