Skip to content

Commit

Permalink
pyproject.toml tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Babic committed Dec 23, 2024
1 parent d44f534 commit bdc1c65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "migration-lite-streamfield"
description = ""
description = "All the goodness of Wagtail's StreamField, but without the migration headaches!"
authors = [{name = "Andy Babic ", email = "[email protected]"}]
maintainers = [
{name = "Andy Babic", email = "[email protected]"},
Expand All @@ -9,9 +9,9 @@ readme = "README.md"
license = {file = "LICENSE"}
keywords = ["Django", "Wagtail", "StreamField", "migration", "lite"]
classifiers = [
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: BSD License",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit bdc1c65

Please sign in to comment.