Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bcd203

Browse files
committed
hack to prevent distutils from creating links in our sdist
svn path=/branches/v0_98_5_maint/; revision=6622
1 parent bb6ad27 commit 0bcd203

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
include CHANGELOG KNOWN_BUGS INSTALL
22
include INTERACTIVE TODO
33
include Makefile MANIFEST.in MANIFEST
4-
include matplotlibrc.template matplotlibrc setup.cfg.template
4+
include matplotlibrc.template setup.cfg.template
55
include __init__.py setupext.py setup.py setupegg.py
66
include examples/data/*
77
include lib/mpl_toolkits

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"""
9090
from __future__ import generators
9191

92-
__version__ = '0.98.5'
92+
__version__ = '0.98.5.1'
9393
__revision__ = '$Revision$'
9494
__date__ = '$Date$'
9595

0 commit comments

Comments
 (0)