Skip to content

Commit

Permalink
creating some 1.3.1 distributions for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiver committed Feb 7, 2015
1 parent 372b417 commit d94809f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 9 deletions.
13 changes: 9 additions & 4 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
include *.rst
recursive-include doc *
include runtests.py
include run_validations.py
include LICENCE.txt
recursive-include tools *
recursive-include user_manual *
recursive-include examples *
recursive-include anuga *.c *.h *.pyx *.pxd *.pxi
recursive-include anuga *.csv *.csv.gz *.rst *.jpg *.txt
include README.rst
recursive-include anuga *
recursive-include validation_tests *



6 changes: 3 additions & 3 deletions anuga/parallel/tests/test_parallel_boyd_box_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,11 +301,11 @@ def mpi_cmd(nprocs, script_name):
else: # mpich
cmd = "mpirun -np %d python %s" % (nprocs, script_name)

print cmd
#print cmd
(exitstatus, outtext) = commands.getstatusoutput(cmd)

print exitstatus
print outtext
#print exitstatus
#print outtext



Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


CLASSIFIERS = """\
Development Status :: 2 - Development
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved
Expand All @@ -55,7 +55,7 @@
MAJOR = 1
MINOR = 3
MICRO = 1
ISRELEASED = False
ISRELEASED = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)


Expand Down
Binary file modified user_manual/anuga_installation_guide.pdf
Binary file not shown.
Binary file modified user_manual/anuga_internal_tools.pdf
Binary file not shown.
Binary file modified user_manual/anuga_whats_new.pdf
Binary file not shown.

0 comments on commit d94809f

Please sign in to comment.