Ask for python 3.7

This commit is contained in:
2019-04-01 09:08:27 +02:00
parent d3937e1051
commit 7ba27b6a99
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -11,3 +11,5 @@
/sample/ /sample/
/save.temp/ /save.temp/
/obitmp/ /obitmp/
/MANIFEST
/dist/

View File

@ -52,7 +52,7 @@ EMAIL = 'eric@metabarcoding.org'
URL = "metabarcoding.org/obitools3" URL = "metabarcoding.org/obitools3"
LICENSE = "CeCILL-V2" LICENSE = "CeCILL-V2"
DESCRIPTION = "Tools and library for DNA metabarcoding", DESCRIPTION = "Tools and library for DNA metabarcoding",
PYTHONMIN = '3.6' PYTHONMIN = '3.7'
SRC = 'python' SRC = 'python'
CSRC = 'src' CSRC = 'src'