From c677bec5d585eae3a54ba3d19e6efc99790954fc Mon Sep 17 00:00:00 2001 From: Radomir Dopieralski Date: Tue, 20 May 2014 13:39:41 +0200 Subject: Fix MANIFEST.in There was a bad path in MANIFEST.in, copied from xstatic-jquery. Change-Id: I8a33419922278431d26bbcd81df3f38e450e5eff --- MANIFEST.in | 2 +- xstatic/pkg/d3/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a4afc84..793f719 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,5 +1,5 @@ include README.txt -recursive-include xstatic/pkg/jquery * +recursive-include xstatic/pkg/d3 * global-exclude *.pyc global-exclude *.pyo diff --git a/xstatic/pkg/d3/__init__.py b/xstatic/pkg/d3/__init__.py index b663727..374fa06 100644 --- a/xstatic/pkg/d3/__init__.py +++ b/xstatic/pkg/d3/__init__.py @@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar') VERSION = '3.1.6' # version of the packaged files, please use the upstream # version number -BUILD = '1' # our package build number, so we can release new builds +BUILD = '2' # our package build number, so we can release new builds # with fixes for xstatic stuff. PACKAGE_VERSION = VERSION + '.' + BUILD # version used for PyPi -- cgit v1.2.1