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

Commit

Permalink
Merge pull request #297 from ndawe/master
Browse files Browse the repository at this point in the history
tests missing from packages list
  • Loading branch information
ndawe authored Jan 5, 2017
2 parents 78d1711 + c712c22 commit 7e1aea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion root_numpy/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
|_| \___/ \___/ \__|___|_| |_|\__,_|_| |_| |_| .__/ \__, | {0}
|_____| |_| |___/
"""
__version__ = '4.7.1.dev0'
__version__ = '4.7.2.dev0'
__doc__ = __doc__.format(__version__) # pylint:disable=redefined-builtin
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def run(self):
ext_modules = [librootnumpy]
packages = [
'root_numpy',
'root_numpy.tests',
'root_numpy.testdata',
'root_numpy.extern',
]
Expand Down

0 comments on commit 7e1aea1

Please sign in to comment.