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

Commit 7e1aea1

Browse files
authored
Merge pull request #297 from ndawe/master
tests missing from packages list
2 parents 78d1711 + c712c22 commit 7e1aea1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

root_numpy/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
|_| \___/ \___/ \__|___|_| |_|\__,_|_| |_| |_| .__/ \__, | {0}
77
|_____| |_| |___/
88
"""
9-
__version__ = '4.7.1.dev0'
9+
__version__ = '4.7.2.dev0'
1010
__doc__ = __doc__.format(__version__) # pylint:disable=redefined-builtin

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def run(self):
146146
ext_modules = [librootnumpy]
147147
packages = [
148148
'root_numpy',
149+
'root_numpy.tests',
149150
'root_numpy.testdata',
150151
'root_numpy.extern',
151152
]

0 commit comments

Comments
 (0)