Skip to content
Snippets Groups Projects
Commit eb1bbf7e authored by jkerdreu's avatar jkerdreu
Browse files

Switch to TOML default


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3184 b32b6428-25c9-4566-ad07-03861ab6144f
parent 992bdb38
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ def setup_install(path):
def search_setup():
l = glob.glob('./**/setup.py', recursive=True)
l = glob.glob('./**/pyproject.toml', recursive=True)
result = []
for k in l:
path = '/'.join(k.split('/')[0:-1])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment