Skip to content

Commit

Permalink
dont forget the js
Browse files Browse the repository at this point in the history
  • Loading branch information
gawel committed Oct 28, 2013
1 parent bb35ac9 commit 42e68dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions buildout.cfg
@@ -1,22 +1,16 @@
[buildout]
newest = false
prefer-final = true
parts = eggs tox
parts = eggs
develop = .
extensions =
gp.vcsdevelop
develop-dir = ${buildout:directory}/impress/static/
vcs-extend-develop =
git+git://github.com/bartaz/impress.js.git#egg=impress
git+https://github.com/bartaz/impress.js.git#egg=impress

[eggs]
recipe = z3c.recipe.scripts
script-initialization =
initialization =
entry-points =
recipe = zc.recipe.egg
eggs =
impress
Sphinx

[tox]
recipe=gp.recipe.tox
2 changes: 1 addition & 1 deletion setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.6'
version = '0.7'

setup(name='impress',
version=version,
Expand Down

0 comments on commit 42e68dd

Please sign in to comment.