From ea87a018b5585ef87df53717c17f70b72678684d Mon Sep 17 00:00:00 2001
From: Samuel <3030760+samuelstjean@users.noreply.github.com>
Date: Fri, 11 Mar 2022 09:55:21 +0100
Subject: [PATCH] cleanup

---
 .gitignore       | 5 +++++
 requirements.txt | 4 +---
 setup.cfg        | 2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index fb3aabb..c541484 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,8 @@
+# Files generated by the tests
+dict.png
+dict1.png
+dict2.png
+
 *.pyc
 *.pyo
 *.sublime*
diff --git a/requirements.txt b/requirements.txt
index 2e627a2..436f85e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,4 @@
-Cython>=0.29
 numpy>=1.12
 Pillow>=6.0
 scipy>=1.0
-setuptools>=46.1
-six>=1.12
\ No newline at end of file
+setuptools>=46.1
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index 7008758..36323cc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 # Inside of setup.cfg
 [metadata]
-description-file = README.md
+description_file = README.md
 
 [global]
 verbose = 1
-- 
GitLab