mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Wording and version fixes.
This commit is contained in:
parent
ac9ca156d0
commit
a65dd3226e
1 changed files with 5 additions and 5 deletions
10
setup.cfg
10
setup.cfg
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = django-attachments
|
name = dpaste
|
||||||
version = dpaste.__version__
|
version = attr: dpaste.__version__
|
||||||
description =
|
description =
|
||||||
dpaste is a Django based pastebin. It\'s intended to run
|
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
|
||||||
|
@ -9,7 +9,7 @@ long_description = file: README.rst, CHANGELOG.rst
|
||||||
author = Martin Mahner
|
author = Martin Mahner
|
||||||
author_email = martin@mahner.org
|
author_email = martin@mahner.org
|
||||||
url = https://github.com/bartTC/dpaste
|
url = https://github.com/bartTC/dpaste
|
||||||
keywords = django, attachments, files, upload
|
keywords = django, pastebin
|
||||||
license = MIT
|
license = MIT
|
||||||
classifiers =
|
classifiers =
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
|
@ -60,8 +60,8 @@ skip = migrations
|
||||||
source = dpaste
|
source = dpaste
|
||||||
branch = True
|
branch = True
|
||||||
omit =
|
omit =
|
||||||
attachments/migrations/*
|
dpaste/migrations/*
|
||||||
attachments/tests/*
|
dpaste/tests/*
|
||||||
|
|
||||||
[coverage:report]
|
[coverage:report]
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
|
|
Loading…
Reference in a new issue