diff --git a/pyproject.toml b/pyproject.toml index cc7d593..fde3d91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "brewserverblocklist" -version = "1.1.5" +version = "1.1.7" description = "A python script to collect the server-wide blocklists from Friendica nodes to build a collection from trusted admin choice" authors = ["Tobias Diekershoff"] license = "GNU General Public License v3.0" @@ -10,7 +10,6 @@ include = [ ] packages = [ { include = "brewserverblocklist", from = "src"}, - { include = "bargparse", from = "src"} ] [tool.poetry.scripts]