Commit 48268374 authored by nimrod's avatar nimrod
Browse files

Setuptools is needed for building the wheel.

parent 148aa47d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ build-wheel:
  stage: build
  image: registry.shore.co.il/ci-images:python3
  before_script:
    - pip install docutils pygments
    - pip install docutils pygments setuptools
  script:
    - python setup.py check --verbose --metadata --restructuredtext --strict
    - python setup.py bdist_wheel