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]
name = django-attachments
version = dpaste.__version__
name = dpaste
version = attr: dpaste.__version__
description =
dpaste is a Django based pastebin. It\'s intended to run
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_email = martin@mahner.org
url = https://github.com/bartTC/dpaste
keywords = django, attachments, files, upload
keywords = django, pastebin
license = MIT
classifiers =
Development Status :: 5 - Production/Stable
@ -60,8 +60,8 @@ skip = migrations
source = dpaste
branch = True
omit =
attachments/migrations/*
attachments/tests/*
dpaste/migrations/*
dpaste/tests/*
[coverage:report]
exclude_lines =