1 diff --git a/pyproject.toml b/pyproject.toml
2 index 9a83e90..0cdffaf 100644
10 description = "A multiprocessing distributed task queue for Django"
11 -authors = ["Ilan Steemers <koed00@gmail.com>"]
12 -maintainers = ["Ilan Steemers <koed00@gmail.com>"]
14 +authors = [ { name = "Ilan Steemers", email = "koed00@gmail.com"} ]
15 +maintainers = [ { name = "Ilan Steemers", email = "koed00@gmail.com"} ]
19 -repository = "https://github.com/koed00/django-q"
20 -homepage = "https://django-q.readthedocs.org"
21 -documentation = "https://django-q.readthedocs.org"
23 keywords = ["django", "distributed", "multiprocessing", "queue", "scheduler"]
26 @@ -31,7 +27,6 @@ classifiers = [
27 'Topic :: System :: Distributed Computing',
28 'Topic :: Software Development :: Libraries :: Python Modules',
30 -include = ['CHANGELOG.md']
32 [tool.poetry.plugins] # Optional super table