jupyter-xeus / xeus-python-wheel

Building a PyPI wheel for xeus-python
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

We should probably get the version number from xeus-python #24

Closed SylvainCorlay closed 4 years ago

SylvainCorlay commented 4 years ago

Instead of duplicating that number in setup.py.

SylvainCorlay commented 4 years ago

Opened issue https://github.com/scikit-build/scikit-build/issues/474 to ask if there is a means to retrieve that information with scikit-build.

If not, we may be able to achieve this by parsing the same file in both CMakeLists and setup.py.

SylvainCorlay commented 4 years ago

Fixed in #62.