diff --git a/.gitignore b/.gitignore index b43e50f..b1e00c1 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ /sample/ /save.temp/ /obitmp/ +/MANIFEST +/dist/ diff --git a/setup.py b/setup.py index cb473b4..182b2ef 100755 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ EMAIL = 'eric@metabarcoding.org' URL = "metabarcoding.org/obitools3" LICENSE = "CeCILL-V2" DESCRIPTION = "Tools and library for DNA metabarcoding", -PYTHONMIN = '3.6' +PYTHONMIN = '3.7' SRC = 'python' CSRC = 'src'