Pypi Description Fixes

This commit is contained in:
Martin Mahner 2019-05-16 10:07:21 +02:00
parent 823c2be91c
commit a6c4d8f6ba
2 changed files with 11 additions and 14 deletions

View file

@ -14,7 +14,6 @@ dpaste
.. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4 .. image:: https://api.codacy.com/project/badge/Grade/185cfbe9b4b447e59a40f816c4a5ebf4
:target: https://www.codacy.com/app/bartTC/dpaste :target: https://www.codacy.com/app/bartTC/dpaste
dpaste is a pastebin_ application written in Python using the Django dpaste is a pastebin_ application written in Python using the Django
framework. You can find a live installation on `dpaste.de`_. framework. You can find a live installation on `dpaste.de`_.
@ -26,9 +25,9 @@ The project is intended to run standalone as any regular Django Project,
but it's also possible to install it into an existing project as a typical but it's also possible to install it into an existing project as a typical
Django application. Django application.
The code is open source and available on Github: The code is open source and available on Github: https://github.com/bartTC/dpaste.
https://github.com/bartTC/dpaste. If you found bugs, have problems or ideas with If you found bugs, have problems or ideas with the project or the website installation,
the project or the website installation, please create an *Issue* there. please create an *Issue* there.
dpaste requires at a minimum **Python 3.4** and **Django 1.11**. dpaste requires at a minimum **Python 3.4** and **Django 1.11**.

View file

@ -1,11 +1,9 @@
[metadata] [metadata]
name = dpaste name = dpaste
version = attr: dpaste.__version__ version = attr: dpaste.__version__
description = description = A Django based pastebin for text and code.
dpaste is a Django based pastebin. It\'s intended to run
separately but its also possible to be installed into an
existing Django project like a regular app.
long_description = file: README.rst, CHANGELOG.rst long_description = file: README.rst, CHANGELOG.rst
long_description_content_type = text/x-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