-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andy Babic
committed
Dec 23, 2024
1 parent
d44f534
commit bdc1c65
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]"}, | ||
|
@@ -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", | ||
|