We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c831e2 commit c5fc34cCopy full SHA for c5fc34c
pyencrypt/setup.py
@@ -1,8 +1,8 @@
1
import os
2
from pathlib import Path
3
4
-from Cython.Build import cythonize
5
from setuptools import setup
+from Cython.Build import cythonize
6
7
path = Path(os.getcwd()) / 'encrypted' / 'loader.py'
8
setup(ext_modules=cythonize(path.as_posix()), )
0 commit comments