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:
Marty Oehme 2023-01-13 18:42:12 +01:00
parent 04c8a8ed0b
commit e1a7d9f613
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9
4 changed files with 1 additions and 1 deletions

View file

@ -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"