From 25503f6558fb8640df2da30892334c85d49b2cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@gmail.com> Date: Tue, 8 Dec 2020 16:09:09 +0100 Subject: [PATCH] remove accents from setup.cfg file accents are not ok on some old configs. --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 81887e6..a821050 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ version = 0.1 description = A Django app to link your Bio DB to other databases long_description = file: README.rst url = http://github.com/??/django-biodblinks -author = Hervé Ménager +author = Herve Menager author_email = herve.menager@pasteur.fr license = MIT classifiers = @@ -26,4 +26,4 @@ classifiers = [options] include_package_data = true -packages = find: \ No newline at end of file +packages = find: -- GitLab