Skip to content

Commit

Permalink
Need those files too.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Feb 27, 2013
1 parent 7706631 commit 4789bff
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
@@ -0,0 +1,11 @@
*.pyc
*.pyo
__pycache__
src/*.egg-info

.installed.cfg
.tox
bin
build
develop-eggs
parts
11 changes: 11 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,11 @@
include *.rst
include *.txt
include *.py
include buildout.cfg
include tox.ini

recursive-include src *

global-exclude *.pyc
global-exclude *.so
global-exclude *.dll
17 changes: 17 additions & 0 deletions tox.ini
@@ -0,0 +1,17 @@
[tox]
envlist =
py26,py27,py33

[testenv]
commands =
python setup.py test -q
deps =
zope.component
zope.interface
zope.location
zope.publisher
zope.schema
zope.traversing
zope.container
zope.site
zope.testing

0 comments on commit 4789bff

Please sign in to comment.