Skip to content

Commit 3afb2d1

Browse files
committed
fixup! Convert to PEP-517 project
1 parent 2ce77e4 commit 3afb2d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
import os
44

5-
from setuptools import Extension, setup
65
from Cython.Build import cythonize
76
from Cython.Compiler import Options
7+
from setuptools import Extension, setup
88

99
debug = os.environ.get("DEPENDENCY_INJECTOR_DEBUG_MODE") == "1"
1010
defined_macros = []
@@ -25,6 +25,7 @@
2525
]
2626
)
2727

28+
2829
setup(
2930
ext_modules=cythonize(
3031
[

0 commit comments

Comments
 (0)