Skip to content
Snippets Groups Projects
Verified Commit 10bd2b4d authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Include setuptools_scm in build procedure

parent 58623288
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ stages:
python -V
python3 -m venv venv
source venv/bin/activate
pip install -U pip setuptools wheel
pip install -U pip setuptools wheel setuptools_scm
hash -r
pip freeze
make install-dev
......
#!/usr/bin/env python3
from setuptools import setup
import setuptools_scm
setup()
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