mirror of
https://github.com/Legrandin/pycryptodome.git
synced 2025-12-08 05:19:46 +00:00
Clean up setup.py
This commit is contained in:
parent
bea9704bb4
commit
3a28e4635b
1 changed files with 0 additions and 6 deletions
6
setup.py
6
setup.py
|
|
@ -111,12 +111,6 @@ class PCTBuildExt (build_ext):
|
||||||
# Avoid linking Python's dynamic library
|
# Avoid linking Python's dynamic library
|
||||||
def get_libraries(self, ext):
|
def get_libraries(self, ext):
|
||||||
return []
|
return []
|
||||||
|
|
||||||
def remove_extension(self, name):
|
|
||||||
"""Remove the specified extension from the list of extensions
|
|
||||||
to build"""
|
|
||||||
|
|
||||||
self.extensions = [x for x in self.extensions if x.name != name]
|
|
||||||
|
|
||||||
|
|
||||||
class PCTBuildPy(build_py):
|
class PCTBuildPy(build_py):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue