Skip to content

Commit 16d4257

Browse files
committed
Project PyPI info updates
1 parent 40b3484 commit 16d4257

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
dynamic = ["version", "description"]
1515
requires-python = ">=3.8"
1616
readme = "README.md"
17-
home-page = "https://github.com/eadwinCode/ellar-django-module"
17+
home-page = "https://github.com/python-ellar/ellar-django-module"
1818
classifiers = [
1919
"Intended Audience :: Information Technology",
2020
"Intended Audience :: System Administrators",
@@ -53,18 +53,18 @@ dependencies = [
5353

5454

5555
[project.urls]
56-
Documentation = "https://github.com/eadwinCode/ellar-django-module"
57-
Source = "https://github.com/eadwinCode/ellar-django-module"
58-
Homepage = "https://eadwincode.github.io/ellar-django-module/"
56+
Documentation = "https://github.com/python-ellar/ellar-django-module"
57+
Source = "https://github.com/python-ellar/ellar-django-module"
58+
Homepage = "https://python-ellar.github.io/ellar-django-module/"
5959

6060
[project.optional-dependencies]
6161
test = [
6262
"pytest >= 7.1.3,<8.0.0",
6363
"pytest-django",
6464
"pytest-cov >= 2.12.0,<5.0.0",
65-
"mypy == 1.4.1",
66-
"ruff ==0.0.275",
67-
"black == 23.7.0",
65+
"black ==23.10.1",
66+
"mypy == 1.6.1",
67+
"ruff ==0.1.3",
6868
"pytest-asyncio",
6969
"autoflake",
7070
]

0 commit comments

Comments
 (0)