Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Use cython in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ltworf committed Dec 11, 2022
1 parent b6008d4 commit fa29c3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gensetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ def load_version():
f'''#!/usr/bin/python3
# This file is auto generated. Do not modify
from setuptools import setup
from Cython.Build import cythonize
setup(
ext_modules = cythonize(["typedload/dataloader.py", "typedload/typechecks.py", "typedload/exceptions.py"]),
name='typedload',
version={load_version()!r},
description='{DESCRIPTION}',
Expand Down

0 comments on commit fa29c3c

Please sign in to comment.