Skip to content
Snippets Groups Projects
Commit 8524d42a authored by Thomas Wöhlke's avatar Thomas Wöhlke :alien:
Browse files

Default task

parent a8a9073f
No related branches found
No related tags found
No related merge requests found
...@@ -426,9 +426,9 @@ setup( ...@@ -426,9 +426,9 @@ setup(
setup_requires=requires_build, setup_requires=requires_build,
tests_require=requires_test, tests_require=requires_test,
scripts=[ scripts=[
'scripts'+os.sep+'script_setup_requirements', 'scripts'+os.sep+'script_setup_requirements.py',
'scripts'+os.sep+'script_npm_install', 'scripts'+os.sep+'script_npm_install.py',
'scripts'+os.sep+'script_get_python_requirements_from_txt', 'scripts'+os.sep+'script_get_python_requirements_from_txt.py',
], ],
python_requires=">= 3.8" python_requires=">= 3.8"
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment