Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
pyproject.toml: cython is only optional build requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 9, 2018
1 parent 4adb33a commit ad5471c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ requires = [
"setuptools",
"wheel",
"setuptools_scm",
"cython",
# Cython is an optional build requirement, as the sdist includes
# pre-cythonized *.c sources
# "cython",
]
build-backend = "setuptools.build_meta"

0 comments on commit ad5471c

Please sign in to comment.