Wording and version fixes.

This commit is contained in:
Martin Mahner 2019-01-25 14:02:34 +01:00
parent ac9ca156d0
commit a65dd3226e

View file

@ -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 =