build: Fix python project detection

This commit is contained in:
Andy Williams 2017-05-16 22:43:39 +01:00
parent 186e44f071
commit 2d86f50a26
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ _relative_path_exists(const char *base, const char *relative)
static Eina_Bool
_python_project_supported(const char *path)
{
return _relative_path_exists(path, "requirements.txt");
return _relative_path_exists(path, "setup.py");
}
static Eina_Bool