call it v 1.1.7
This commit is contained in:
parent
8f3ba1e55d
commit
cd40e283ac
1 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue