Skip to content

Commit fedba80

Browse files
YoSTEALTHfantix
authored andcommitted
typo same as same
1 parent 033d52d commit fedba80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
import sys
1818

1919
from setuptools import setup, Extension
20-
from setuptools.command.build_ext import build_ext as build_ext
21-
from setuptools.command.sdist import sdist as sdist
20+
from setuptools.command.build_ext import build_ext
21+
from setuptools.command.sdist import sdist
2222

2323

2424
CYTHON_DEPENDENCY = 'Cython(>=0.29.24,<0.30.0)'

0 commit comments

Comments
 (0)