Skip to content

Commit

Permalink
chore: use list instead tuple extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
Julián Cortés committed Jul 13, 2020
1 parent 6db0254 commit 74489a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
else:
ext = 'c'

extensions = (
extensions = [
Extension('nyoibo.fields', [f'nyoibo/fields.{ext}']),
Extension('nyoibo.entities.entity', [f'nyoibo/entities/entity.{ext}'])
)
]

if USE_CYTHON:
extensions = cythonize(
Expand Down

0 comments on commit 74489a4

Please sign in to comment.