-
Notifications
You must be signed in to change notification settings - Fork 55
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
Marius Conjeaud
committed
May 21, 2024
1 parent
90f5ee9
commit c465f54
Showing
2 changed files
with
35 additions
and
61 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
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 |
---|---|---|
|
@@ -9,17 +9,13 @@ where = ["./"] | |
|
||
[project] | ||
name = "django_neomodel" | ||
authors = [ | ||
{name = "Robin Edwards", email = "[email protected]"}, | ||
] | ||
maintainers = [ | ||
{name = "Marius Conjeaud", email = "[email protected]"}, | ||
] | ||
authors = [{name = "Robin Edwards", email = "[email protected]"}] | ||
maintainers = [{name = "Marius Conjeaud", email = "[email protected]"}] | ||
description = "Use Neo4j with Django!" | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
keywords = ["graph", "neo4j", "django", "plugin", "neomodel"] | ||
license = {text = "MIT"} | ||
license = { text = "MIT" } | ||
classifiers = [ | ||
"Development Status :: 4 - Beta", | ||
'Intended Audience :: Developers', | ||
|