at 24.11-pre 1.1 kB view raw
1diff --git a/pyproject.toml b/pyproject.toml 2index 9a83e90..0cdffaf 100644 3--- a/pyproject.toml 4+++ b/pyproject.toml 5@@ -1,16 +1,12 @@ 6-[tool.poetry] 7+[project] 8 name = "django-q" 9 version = "1.3.9" 10 description = "A multiprocessing distributed task queue for Django" 11-authors = ["Ilan Steemers <koed00@gmail.com>"] 12-maintainers = ["Ilan Steemers <koed00@gmail.com>"] 13-license = "MIT" 14+authors = [ { name = "Ilan Steemers", email = "koed00@gmail.com"} ] 15+maintainers = [ { name = "Ilan Steemers", email = "koed00@gmail.com"} ] 16+license.text = "MIT" 17 readme = 'README.rst' 18 19-repository = "https://github.com/koed00/django-q" 20-homepage = "https://django-q.readthedocs.org" 21-documentation = "https://django-q.readthedocs.org" 22- 23 keywords = ["django", "distributed", "multiprocessing", "queue", "scheduler"] 24 25 classifiers = [ 26@@ -31,7 +27,6 @@ classifiers = [ 27 'Topic :: System :: Distributed Computing', 28 'Topic :: Software Development :: Libraries :: Python Modules', 29 ] 30-include = ['CHANGELOG.md'] 31 32 [tool.poetry.plugins] # Optional super table