Fixed set files.

This commit is contained in:
Martin Mahner 2018-04-29 18:00:50 +02:00
parent da21d99d5b
commit 69cd74468c
3 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,6 @@
include README.rst
include LICENSE
include CHANGELOG
include CHANGELOG.rst
include runtests.py
include tox.ini
recursive-include dpaste/templates *

View File

@ -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.',

View File

@ -13,7 +13,6 @@ install_command=
extras=
standalone
tests
commands=
coverage run --append runtests.py