move secp256k1 extension module to proto.secp256k1
This commit is contained in:
parent
4e546030fa
commit
d646099a37
4 changed files with 5 additions and 5 deletions
2
setup.py
2
setup.py
|
|
@ -46,7 +46,7 @@ class my_build_ext(build_ext):
|
|||
setup(
|
||||
cmdclass = { 'build_ext': my_build_ext },
|
||||
ext_modules = [Extension(
|
||||
name = 'mmgen.secp256k1',
|
||||
name = 'mmgen.proto.secp256k1.secp256k1',
|
||||
sources = ['extmod/secp256k1mod.c'],
|
||||
libraries = ([],['gmp'])[have_msys2],
|
||||
extra_objects = [os.path.join(ext_path,'.libs/libsecp256k1.a')],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue