poetry 2.0.0 compatibility (#4593)

Remove `packages` key, since this project uses the "default" package layout, so
this key isn't needed.
This commit is contained in:
Masen Furer 2025-01-06 14:35:45 -08:00 committed by GitHub
parent 9fafb6d526
commit eae15e3a83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,6 @@ repository = "https://github.com/reflex-dev/reflex"
documentation = "https://reflex.dev/docs/getting-started/introduction"
keywords = ["web", "framework"]
classifiers = ["Development Status :: 4 - Beta"]
packages = [{ include = "reflex" }]
[tool.poetry.dependencies]
python = "^3.9"