From 9de301155683f6a55bbbecad23ebb04c50748c68 Mon Sep 17 00:00:00 2001 From: Luke Campagnola Date: Fri, 27 Dec 2013 12:05:27 -0500 Subject: [PATCH] minor setup corrections --- MANIFEST.in | 2 +- tools/debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 02d67f6f..f4158fac 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,5 +4,5 @@ recursive-include examples *.py *.ui recursive-include doc *.rst *.py *.svg *.png *.jpg recursive-include doc/build/html * recursive-include tools * -include doc/Makefile doc/make.bat README.txt LICENSE.txt +include doc/Makefile doc/make.bat README.md LICENSE.txt CHANGELOG diff --git a/tools/debian/control b/tools/debian/control index 7ab6f28a..5ea2d4f2 100644 --- a/tools/debian/control +++ b/tools/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8) Package: python-pyqtgraph Architecture: all -Homepage: http://luke.campagnola.me/code/pyqtgraph +Homepage: http://www.pyqtgraph.org Depends: python (>= 2.6), python-support (>= 0.90), python-qt4 | python-pyside, python-scipy, python-numpy, ${misc:Depends} Suggests: python-opengl, python-qt4-gl Description: Scientific Graphics and GUI Library for Python