Skip to content

Commit

Permalink
fix: pyproject.toml structure
Browse files Browse the repository at this point in the history
  • Loading branch information
filipweidemann committed Jul 29, 2024
1 parent 8d79ab4 commit 98be9c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions djangocms_search/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__version__ = "0.1.0"
12 changes: 1 addition & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,9 @@
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[project]
name = "djangocms-search"
version = "0.1.0"
requires-python = ">=3.9"
dependencies = [
"nh3",
"whoosh",
"django-haystack"
]

[tool.poetry]
name = "djangocms-search"
version = "1.0.0rc1"
version = "0.1.0"
description = "aldryn-search inspired Haystack index for djangoCMS projects"
authors = ["Filip Weidemann <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 98be9c9

Please sign in to comment.