Skip to content

Commit

Permalink
Support ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdemeyer committed Apr 14, 2017
1 parent 35f344d commit dfadd3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python:
version: 2.7
pip_install: true
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
ext_modules=Cython.Build.cythonize(extensions,
include_path=["src"] + sys.path,
build_dir=cythonize_dir,
compiler_directives={'embedsignature': True}),
compiler_directives={'binding': True}),
package_dir={"": "src"},
packages=["fpylll", "fpylll.gmp", "fpylll.fplll", "fpylll.algorithms", "fpylll.tools"],
license='GNU General Public License, version 2 or later',
Expand Down

0 comments on commit dfadd3a

Please sign in to comment.