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]
|
||||
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 =
|
||||
|
|
Loading…
Reference in a new issue