mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Fixed set files.
This commit is contained in:
parent
da21d99d5b
commit
69cd74468c
3 changed files with 2 additions and 3 deletions
|
@ -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 *
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -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.',
|
||||||
|
|
1
tox.ini
1
tox.ini
|
@ -13,7 +13,6 @@ install_command=
|
||||||
|
|
||||||
extras=
|
extras=
|
||||||
standalone
|
standalone
|
||||||
tests
|
|
||||||
|
|
||||||
commands=
|
commands=
|
||||||
coverage run --append runtests.py
|
coverage run --append runtests.py
|
||||||
|
|
Loading…
Reference in a new issue