diff --git a/MANIFEST.in b/MANIFEST.in index ad9e2f2..51a4500 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,6 @@ include README.rst include LICENSE -include CHANGELOG +include CHANGELOG.rst include runtests.py include tox.ini recursive-include dpaste/templates * diff --git a/setup.py b/setup.py index c9f5220..d640da3 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = '\n\n'.join(( setup( name='dpaste', - version='3.0a4', + version='3.0a5', description='dpaste is a Django based pastebin. It\'s intended to run ' 'separately but its also possible to be installed into an ' 'existing Django project like a regular app.', diff --git a/tox.ini b/tox.ini index 5aa5bf7..c64f9ce 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,6 @@ install_command= extras= standalone - tests commands= coverage run --append runtests.py