Skip to content

Commit

Permalink
alpha19 HOTFIX (#81)
Browse files Browse the repository at this point in the history
* Use relative paths in setup.py for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Test absolute path for RTD.

* Fix docker setup.

* Fix docker setup.

* Include header files for sdist.
  • Loading branch information
scossu committed Oct 8, 2018
1 parent 2a07e17 commit 44ffaa9
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 10 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
include README.rst
include LICENSE
include fcrepo
graft ext
graft lakesuperior/data/bootstrap
graft lakesuperior/endpoints/templates
graft lakesuperior/etc.defaults
2 changes: 1 addition & 1 deletion lakesuperior/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


version = '1.0 alpha'
release = '1.0.0a18'
release = '1.0.0a19'

basedir = path.dirname(path.realpath(__file__))
"""
Expand Down
8 changes: 5 additions & 3 deletions lakesuperior/store/base_lmdb_store.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lakesuperior/store/base_lmdb_store.pxd
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from lakesuperior.cy_include cimport cylmdb as lmdb
cimport lakesuperior.cy_include.cylmdb as lmdb

cdef:
int rc
Expand Down
6 changes: 3 additions & 3 deletions lakesuperior/store/ldp_rs/lmdb_triplestore.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lakesuperior/store/ldp_rs/lmdb_triplestore.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ from cython.parallel import prange
from libc.stdlib cimport free
from libc.string cimport memcpy

from lakesuperior.cy_include cimport cylmdb as lmdb
cimport lakesuperior.cy_include.cylmdb as lmdb
from lakesuperior.store.base_lmdb_store cimport (
BaseLmdbStore, data_v, dbi, key_v)
from lakesuperior.store.ldp_rs.term cimport serialize, deserialize
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@

description='A Linked Data Platform repository sever.',
long_description=long_description,
long_description_content_type='text/x-rst; charset=UTF-8',

url='https://lakesuperior.readthedocs.io',

Expand Down

0 comments on commit 44ffaa9

Please sign in to comment.