Skip to content

Commit

Permalink
Merge pull request #2 from inventree/wip
Browse files Browse the repository at this point in the history
Adds entry point
  • Loading branch information
SchrodingersGat authored Mar 25, 2022
2 parents 2b27620 + 25c9aa9 commit d3a3bd4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,11 @@
"wheel",
],

python_requires=">=3.6"
python_requires=">=3.6",

entry_points={
"inventree_plugins": [
"BrotherLabeLPlugin = inventree_brother.brother_plugin:BrotherLabelPlugin"
]
},
)

0 comments on commit d3a3bd4

Please sign in to comment.