mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 22:34:43 +08:00
Merge tag 'v0.9.1' into releases
* tag 'v0.9.1': Set version to 0.9.1. Add missing files to MANIFEST for sdist upload. Update manifest not to include gh-pages in docs. Get rid of that inherited 's' once and for all.
This commit is contained in:
+2
-1
@@ -3,7 +3,7 @@ include setup*.py
|
||||
include MANIFEST.in
|
||||
include *.txt
|
||||
include Makefile
|
||||
recursive-include skimage *.pyx *.pxd *.pxi *.py *.c *.h *.ini *.md5
|
||||
recursive-include skimage *.pyx *.pxd *.pxi *.py *.c *.h *.ini *.md5 *.rst *.txt
|
||||
recursive-include skimage/data *
|
||||
|
||||
include doc/Makefile
|
||||
@@ -12,3 +12,4 @@ recursive-include doc/tools *.txt
|
||||
recursive-include doc/source/_templates *.html
|
||||
recursive-include doc *.py
|
||||
prune doc/build
|
||||
prune doc/gh-pages
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
Name: scikit-image
|
||||
Version: 0.9.0
|
||||
Version: 0.9.1
|
||||
Summary: Image processing routines for SciPy
|
||||
Url: http://scikit-image.org
|
||||
DownloadUrl: http://github.com/scikit-image/scikit-image
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Announcement: scikits-image 0.9.0
|
||||
=================================
|
||||
Announcement: scikit-image 0.9.0
|
||||
================================
|
||||
|
||||
We're happy to announce the release of scikit-image v0.9.0!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user