diff options
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py index d710821..c562ca4 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ #!/usr/bin/env python """Setup script for GeneNetwork Auth package.""" import glob +from pathlib import Path from setuptools import setup from setup_commands import RunTests |