Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin authored Oct 8, 2024
1 parent c88b0f0 commit 31ae643
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-ltree-2"
version = "0.1.8"
version = "0.1.9"
description = "Continual of django-ltree"
authors = ["baseplate-admin <61817579+baseplate-admin@users.noreply.github.com>"]
license = "MIT"
Expand All @@ -9,8 +9,6 @@ packages = [{include = "django_ltree"}]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Framework :: Django",
"Framework :: Django :: 3.0",
"Framework :: Django :: 3.1",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
Expand All @@ -24,6 +22,8 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",

]

[tool.poetry.urls]
Expand All @@ -41,7 +41,6 @@ psycopg = ">=3"
pytest = "^8.0.1"
pytest-django = "^4.8.0"


[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
myst-parser = ">=2"
Expand Down

0 comments on commit 31ae643

Please sign in to comment.