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 README.rst
include LICENSE include LICENSE
include CHANGELOG include CHANGELOG.rst
include runtests.py include runtests.py
include tox.ini include tox.ini
recursive-include dpaste/templates * recursive-include dpaste/templates *

View file

@ -9,7 +9,7 @@ long_description = '\n\n'.join((
setup( setup(
name='dpaste', name='dpaste',
version='3.0a4', version='3.0a5',
description='dpaste is a Django based pastebin. It\'s intended to run ' description='dpaste is a Django based pastebin. It\'s intended to run '
'separately but its also possible to be installed into an ' 'separately but its also possible to be installed into an '
'existing Django project like a regular app.', 'existing Django project like a regular app.',

View file

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