Removed ext_modules section from magneticod/setup.py

This commit is contained in:
Galambos Máté 2017-06-12 19:28:24 +02:00
parent 2ab518a240
commit ee5d4d2724

View File

@ -44,14 +44,7 @@ def run_setup():
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: Implementation :: CPython",
],
ext_modules=[
Extension(
"magneticod.bencoder._fast",
sources=["magneticod/bencoder/_fast.c"],
),
],
]
)