Removed ext_modules section from magneticod/setup.py
This commit is contained in:
parent
2ab518a240
commit
ee5d4d2724
@ -44,14 +44,7 @@ def run_setup():
|
|||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
"Programming Language :: Python :: 3 :: Only",
|
"Programming Language :: Python :: 3 :: Only",
|
||||||
"Programming Language :: Python :: Implementation :: CPython",
|
"Programming Language :: Python :: Implementation :: CPython",
|
||||||
],
|
]
|
||||||
|
|
||||||
ext_modules=[
|
|
||||||
Extension(
|
|
||||||
"magneticod.bencoder._fast",
|
|
||||||
sources=["magneticod/bencoder/_fast.c"],
|
|
||||||
),
|
|
||||||
],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user