rename base -> core
This commit is contained in:
parent
54fc5fba2b
commit
c155319b59
7 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -56,9 +56,9 @@ if __name__ == "__main__":
|
|||
extensions = list()
|
||||
extensions.append(
|
||||
setuptools.Extension(
|
||||
name = libname + ".base",
|
||||
name = libname + ".core",
|
||||
sources = [
|
||||
"cnorxz/base/base.pyx",
|
||||
"cnorxz/core/core.pyx",
|
||||
],
|
||||
define_macros=[('HAVE_CEREAL',None)],
|
||||
**default_extension_args
|
||||
|
|
Loading…
Reference in a new issue