a ton of fun happened, refactored alot
This commit is contained in:
@ -1,6 +1,17 @@
|
||||
{
|
||||
"name": "transfer",
|
||||
"version": "1.0.0",
|
||||
"description": "Handles plant transfer requests between users",
|
||||
"entry_point": ""
|
||||
}
|
||||
"name": "Transfer",
|
||||
"version": "0.1.0",
|
||||
"author": "Bryson Shepard <bryson@natureinpots.com>",
|
||||
"description": "Manages plant transfers between users.",
|
||||
"module": "plugins.transfer",
|
||||
"routes": {
|
||||
"module": "plugins.transfer.routes",
|
||||
"blueprint": "bp",
|
||||
"url_prefix": "/transfer"
|
||||
},
|
||||
"models": [
|
||||
"plugins.transfer.models"
|
||||
],
|
||||
"license": "Proprietary",
|
||||
"repository": "https://github.com/your-org/your-app"
|
||||
}
|
Reference in New Issue
Block a user