Skip to content

Commit

Permalink
PACKAGING: Tweak MANIFEST, README, and setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
memmett committed Aug 10, 2012
1 parent f76930c commit b6c1db8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE
include version.py
3 changes: 1 addition & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ include: left edge, right edge, Gauss-Legendre quadrature points,
Gauss-Lobatto quadrature points, and Guass-Radau quadrature points.

PyWENO can also be used as a code generator to build custom WENO
reconstructors in C, Fortran, and OpenCL on uniform and non-uniform
grids.
reconstructors in C, Fortran, and OpenCL on uniform grids.

Please see

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
description = "Weighted Essentially Non-oscillatory (WENO) reconstructions.",
license = "BSD",
keywords = "weno, interpolate, interpolation, finite, volume",
url = "http://memmett.github.com/PyWENO/",
url = "http://readthedocs.org/docs/pyweno/en/latest/",

# XXX
# requires = [],
Expand Down

0 comments on commit b6c1db8

Please sign in to comment.