diff --git a/MANIFEST.in b/MANIFEST.in index 41a39abc8..73957ed7c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,17 +3,5 @@ include README.txt include setup.py include distribute_setup.py include LICENSE -#include conftest.py graft doc graft testing -exclude doc/_build -include testing -#exclude *.orig -#exclude *.orig -exclude *.rej -exclude .hgignore -exclude *.pyc -#recursive-exclude testing *.pyc *.orig *.rej *$py.class -#prune .pyc -#prune .svn -#prune .hg diff --git a/doc/projects.txt b/doc/projects.txt index 57b0c50b5..24b8219ed 100644 --- a/doc/projects.txt +++ b/doc/projects.txt @@ -11,11 +11,14 @@ Here are some examples of projects using py.test: * `PIDA `_ framework for integrated development * `Fom `_ a fluid object mapper for FluidDB * `six `_ Python 2 and 3 compatibility utilities -* `pdb++ `_ a fancier version of PDB +* `pediapress `_ MediaWiki articles +* `mwlib `_ mediawiki parser and utility library * `The Translate Toolkit `_ for localization and conversion * `execnet `_ rapid multi-Python deployment +* `bbfreeze `_ create standalone executables from Python scripts +* `pdb++ `_ a fancier version of PDB * `py-s3fuse `_ Amazon S3 FUSE based filesystem -* `Circuits `_ lightweight Event Driven Framework +* `Circuits `_ lightweight Event Driven Framework * `pygtk-helpers `_ easy interaction with PyGTK * `QuantumCore `_ statusmessage and repoze openid plugin * `pydataportability `_ libraries for managing the open web @@ -39,4 +42,4 @@ Some organisations using py.test * `Open End `_ * `Laboraratory of Bioinformatics `_ * `merlinux `_ -* many more ... (please send a note via the :ref:`contact`) +* many more ... (please be so kind to send a note via :ref:`contact`) diff --git a/pytest.py b/pytest.py index 49d97db6a..a6ee0a170 100644 --- a/pytest.py +++ b/pytest.py @@ -1,7 +1,7 @@ """ unit and functional testing with Python. """ -__version__ = '2.0.0.dev39' +__version__ = '2.0.0.dev42' __all__ = ['main'] from _pytest.core import main, UsageError, _preloadplugins diff --git a/setup.py b/setup.py index 29ace868d..c2298edec 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def main(): name='pytest', description='py.test: simple powerful testing with Python', long_description = long_description, - version='2.0.0.dev39', + version='2.0.0.dev42', url='http://pytest.org', license='MIT license', platforms=['unix', 'linux', 'osx', 'cygwin', 'win32'],