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 Aug 28, 2022
1 parent 1c96722 commit eed3402
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 @@ -68,7 +68,11 @@ def load_version():
f'''#!/usr/bin/python3
# This file is auto generated. Do not modify
from distutils.core 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='Load and dump data from json-like format into typed data structures',
Expand Down

0 comments on commit eed3402

Please sign in to comment.