Skip to content

Commit

Permalink
Tests finally included in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Jackson committed Mar 29, 2022
1 parent fd18d72 commit 1d14c56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ recursive-include pysp2 *.dat
recursive-include pysp2 *.sp2b
recursive-include pysp2 *.ini *.hk
recursive-include pysp2 *.py
recursive-include tests *.py
include *.txt
2 changes: 1 addition & 1 deletion pysp2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
from . import vis
from . import testing

__version__ = "1.0.5"
__version__ = "1.0.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
PLATFORMS = "Linux, Windows, OSX"
MAJOR = 1
MINOR = 0
MICRO = 5
MICRO = 7

#SCRIPTS = glob.glob('scripts/*')
#TEST_SUITE = 'nose.collector'
Expand Down

0 comments on commit 1d14c56

Please sign in to comment.