Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit de6d9f0

Browse files
committed
Merge commit '603961ea6e5663fa47c210c32c04a5bac23cd38b' into pydppl
2 parents 8bac304 + 603961e commit de6d9f0

File tree

7 files changed

+2404
-1
lines changed

7 files changed

+2404
-1
lines changed

numba-dppy/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
numba_dppy/_version.py export-subst

numba-dppy/MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ include README.md setup.py LICENSE
33

44
recursive-include numba_dppy *.cl
55

6+
include versioneer.py
7+
include numba_dppy/_version.py

numba-dppy/numba_dppy/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,3 +517,7 @@ def test(*args, **kwargs):
517517
dppl_error()
518518

519519
return numba.testing.test("numba_dppy.tests", *args, **kwargs)
520+
521+
from ._version import get_versions
522+
__version__ = get_versions()['version']
523+
del get_versions

0 commit comments

Comments
 (0)