Adds long description content type

This commit is contained in:
Ilan Steemers
2021-02-26 14:59:44 +01:00
parent 90140d9886
commit 515fd5cad2

View File

@@ -36,6 +36,7 @@ setup(
license='MIT',
description='A multiprocessing distributed task queue for Django',
long_description=README,
long_description_content_type='text/x-rst',
install_requires=['django>=2.2', 'django-picklefield', 'blessed', 'arrow'],
test_requires=['pytest', 'pytest-django', ],
cmdclass={'test': PyTest},