Skip to content

Commit

Permalink
Revert "Include docstrings in cython code. Fixes API docs. (#76)"
Browse files Browse the repository at this point in the history
This reverts commit 698bad5.
  • Loading branch information
BoboTiG committed Oct 25, 2022
1 parent fabe2c9 commit 9d754ee
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
*(glob.glob(os.path.join(MARISA_SOURCE_DIR, path)) for path in MARISA_FILES)
)

COMPILER_DIRECTIVES = {
'embedsignature': True,
}

DESCRIPTION = __doc__
# TODO: Switch back to builtin `open(FILE, encoding="utf-8")` when dropping Python 2.7 support
with open("README.rst", encoding="utf-8") as f1, open(
Expand Down Expand Up @@ -102,7 +98,6 @@
"src/trie.cpp",
],
include_dirs=[MARISA_INCLUDE_DIR],
compiler_directives=COMPILER_DIRECTIVES,
)
],
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
Expand Down

0 comments on commit 9d754ee

Please sign in to comment.