Move plugin to nested folder for easy installation
Moved the plugin files to the directory structure they will have in the python site-packages directory, being placed within the plugs directory of the pubs application directory.
This commit is contained in:
parent
04c8a8ed0b
commit
e1a7d9f613
4 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ description = "A pdf annotation extraction plugin for pubs bibliography manager"
|
|||
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
||||
license = "LGPL-3.0"
|
||||
readme = "README.md"
|
||||
packages = [{include = "extract"}]
|
||||
packages = [{include = "pubs"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
|
|
Loading…
Reference in a new issue