biome: 1.9.2 -> 1.9.3 (#349335)
[NixPkgs.git] / pkgs / development / python-modules / django-q / pep-621.patch
blobe0a1568f4825c736d89e79c7fd140d886b60068b
1 diff --git a/pyproject.toml b/pyproject.toml
2 index 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'
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"]
25 classifiers = [
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