mirror of
https://github.com/openbabel/openbabel.git
synced 2025-02-25 18:55:23 -06:00
Reverted rename of the created extension from _openbabel.so to openbabel.so.
This commit is contained in:
@@ -40,7 +40,7 @@ def find_likely_directory():
|
|||||||
|
|
||||||
OBinclude,OBlibrary = find_likely_directory()
|
OBinclude,OBlibrary = find_likely_directory()
|
||||||
|
|
||||||
obExtension = Extension('openbabel',
|
obExtension = Extension('_openbabel',
|
||||||
['openbabel_python.cpp'],
|
['openbabel_python.cpp'],
|
||||||
include_dirs=OBinclude,
|
include_dirs=OBinclude,
|
||||||
library_dirs=OBlibrary,
|
library_dirs=OBlibrary,
|
||||||
|
|||||||
Reference in New Issue
Block a user