Merge pull request #96 from matega/master
Removed ext_modules section from magneticod/setup.py
This commit is contained in:
commit
11f573a01d
@ -10,7 +10,6 @@ def read_file(path):
|
||||
def run_setup():
|
||||
install_requirements = [
|
||||
"appdirs >= 1.4.3",
|
||||
"bencoder.pyx >= 1.1.3",
|
||||
"humanfriendly",
|
||||
"better_bencode >= 0.2.1"
|
||||
]
|
||||
@ -44,14 +43,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"],
|
||||
),
|
||||
],
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user