Skip to content

Commit

Permalink
Merge pull request #34 from dxFeed/EN-2047-rtd-build-fix
Browse files Browse the repository at this point in the history
En 2047 rtd build fix
  • Loading branch information
alimantu authored Oct 8, 2020
2 parents 42bae43 + 62e6a4e commit affd639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = 'dxfeed'
version = '0.5.1'
version = '0.5.2'
description = 'DXFeed Python API via C API'
authors = ['Index Management Team <[email protected]>']
build = 'build.py'
Expand Down Expand Up @@ -38,6 +38,7 @@ toml = '^0.10.0'
# Refer to: https://github.com/sdispater/poetry/issues/129
# Issue to watch for: https://github.com/python-poetry/poetry/issues/1644
jupyter = { version = '^1.0.0', optional = true }
cython = { version = '^0.29.13', optional = true }

[tool.poetry.dev-dependencies]
cython = '^0.29.13'
Expand All @@ -48,7 +49,7 @@ sphinx_rtd_theme = '^0.4.3'
pygments = '^2.6.1'

[tool.poetry.extras]
docs = ['jupyter']
docs = ['jupyter', 'cython']

[tool.taskipy.tasks]
clear = 'find dxfeed/core -type f \( -iname *.c -o -iname *.cpp -o -iname *.pyd -o -iname *.so \) -delete'
Expand All @@ -60,5 +61,5 @@ post_build = 'task clear'
post_test = 'task clear'

[build-system]
requires = ['poetry_core>=1.0.0', 'setuptools']
requires = ['poetry_core>=1.0.0', 'setuptools', 'cython']
build-backend = 'poetry.core.masonry.api'
9 changes: 0 additions & 9 deletions setup.py

This file was deleted.

0 comments on commit affd639

Please sign in to comment.