summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kluyver <takowl@gmail.com>2014-09-29 09:49:06 -0700
committerThomas Kluyver <takowl@gmail.com>2014-09-29 09:49:06 -0700
commita4ac0b809ab0d84c636a760215839bb6d68d0113 (patch)
treeb911d12b0b41d1f24c719f9dc7c0ab2744bb13c3
parent182230b2c9b6a3f7bc4a0e6d94ce866c91b4838f (diff)
downloadxstatic-termjs-a4ac0b809ab0d84c636a760215839bb6d68d0113.tar.gz
Include data directory in sdist
-rw-r--r--MANIFEST.in2
-rw-r--r--xstatic/pkg/termjs/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index d667804..a3d0e45 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
include README.rst
-recursive-include xstatic/pkg/bootstrap *
+recursive-include xstatic/pkg/termjs *
global-exclude *.pyc
global-exclude *.pyo
diff --git a/xstatic/pkg/termjs/__init__.py b/xstatic/pkg/termjs/__init__.py
index 7efa03c..85ac28f 100644
--- a/xstatic/pkg/termjs/__init__.py
+++ b/xstatic/pkg/termjs/__init__.py
@@ -13,7 +13,7 @@ NAME = __name__.split('.')[-1] # package name (e.g. 'foo' or 'foo_bar')
VERSION = '0.0.4' # 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